LabelItemSpec.ItemSpec Property

This is the path of the server item being labeled.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property ItemSpec As ItemSpec
public ItemSpec ItemSpec { get; set; }
public:
property ItemSpec^ ItemSpec {
    ItemSpec^ get ();
    void set (ItemSpec^ value);
}
member ItemSpec : ItemSpec with get, set
function get ItemSpec () : ItemSpec 
function set ItemSpec (value : ItemSpec)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
Returns ItemSpec.

.NET Framework Security

See Also

Reference

LabelItemSpec Class

Microsoft.TeamFoundation.VersionControl.Server Namespace