TfvcLabel Constructor (TfvcLabelRef)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
labelRef As TfvcLabelRef _
)
public TfvcLabel(
TfvcLabelRef labelRef
)
public:
TfvcLabel(
TfvcLabelRef^ labelRef
)
new :
labelRef:TfvcLabelRef -> TfvcLabel
public function TfvcLabel(
labelRef : TfvcLabelRef
)
Parameters
- labelRef
Type: Microsoft.TeamFoundation.SourceControl.WebApi.TfvcLabelRef
.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.