Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the index in the BuiltInProfiles array where this WorkspacePermissionProfile may be found.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property BuiltInIndex As Integer
Get
Friend Set
public int BuiltInIndex { get; internal set; }
public:
property int BuiltInIndex {
int get ();
internal: void set (int value);
}
member BuiltInIndex : int with get, internal set
function get BuiltInIndex () : int
internal function set BuiltInIndex (value : int)
Property Value
Type: System.Int32
The index in the BuiltInProfiles array where this WorkspacePermissionProfile may be found.
Remarks
If this WorkspacePermissionProfile is not a built-in profile, this value will be -1.
.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.