LabelSpec.IsLegalName Method (String)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Декларация
Public Shared Function IsLegalName ( _
labelName As String _
) As Boolean
public static bool IsLegalName(
string labelName
)
public:
static bool IsLegalName(
String^ labelName
)
static member IsLegalName :
labelName:string -> bool
public static function IsLegalName(
labelName : String
) : boolean
Parameters
- labelName
Type: System.String
Return Value
Type: System.Boolean
.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.