LabelItemSpec.ItemSpec Property
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property ItemSpec As ItemSpec
'Usage
Dim instance As LabelItemSpec
Dim value As ItemSpec
value = instance.ItemSpec
instance.ItemSpec = value
public ItemSpec ItemSpec { get; set; }
public:
property ItemSpec^ ItemSpec {
ItemSpec^ get ();
void set (ItemSpec^ value);
}
public function get ItemSpec () : ItemSpec
public function set ItemSpec (value : ItemSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
.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.