Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.