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
- labelName
 Type: System.String
- scope
 Type: System.String
.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.