This documentation is archived and is not being maintained.

WorkspacePermissionProfile::BuiltInIndex Property

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)

public:
property int BuiltInIndex {
	int get ();
	internal: void set (int value);
}

Property Value

Type: System::Int32
The index in the BuiltInProfiles array where this WorkspacePermissionProfile may be found.

If this WorkspacePermissionProfile is not a built-in profile, this value will be -1.

Show: