IdentityConstants Class
Contains identity constants.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.IdentityConstants
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
Public NotInheritable Class IdentityConstants
public static class IdentityConstants
public ref class IdentityConstants abstract sealed
[<AbstractClass>]
[<Sealed>]
type IdentityConstants = class end
public final class IdentityConstants
The IdentityConstants type exposes the following members.
Fields
Name | Description | |
---|---|---|
ActiveUniqueId | Special value for the unique user ID for active (non-deleted) users. | |
MaxIdLength | The maximum character length allowed for an ID. | |
MaxTypeLength | The maximum character length allowed for a type name. | |
SchemaClassGroup | The value of the attribute to denote a group. | |
SchemaClassUser | The value of an attribute to denote a user. | |
TeamFoundationType | The namespace of an identity. | |
WindowsType | The type of the Windows identity. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.