Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
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.