VersionControlExt.Label Property
Returns an object that represents Label extensibility.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property Label As VersionControlLabelExt
public VersionControlLabelExt Label { get; }
public:
property VersionControlLabelExt^ Label {
VersionControlLabelExt^ get ();
}
member Label : VersionControlLabelExt with get
function get Label () : VersionControlLabelExt
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlLabelExt
Returns VersionControlLabelExt.
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace