Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the array of items to check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property ItemSpecs As ItemSpec()
public ItemSpec[] ItemSpecs { get; private set; }
public:
property array<ItemSpec^>^ ItemSpecs {
array<ItemSpec^>^ get ();
private: void set (array<ItemSpec^>^ value);
}
member ItemSpecs : ItemSpec[] with get, private set
function get ItemSpecs () : ItemSpec[]
private function set ItemSpecs (value : ItemSpec[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
The array of items to check-in.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.