LabelResult Constructor (String, String, LabelResultStatus)

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

Syntax

'Declaration
Public Sub New ( _
    labelName As String, _
    scope As String, _
    status As LabelResultStatus _
)
public LabelResult(
    string labelName,
    string scope,
    LabelResultStatus status
)
public:
LabelResult(
    String^ labelName, 
    String^ scope, 
    LabelResultStatus status
)
new : 
        labelName:string * 
        scope:string * 
        status:LabelResultStatus -> LabelResult
public function LabelResult(
    labelName : String, 
    scope : String, 
    status : LabelResultStatus
)

Parameters

.NET Framework Security

See Also

Reference

LabelResult Class

LabelResult Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace