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

'宣言
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
Public fieldStatic member ActiveUniqueId Special value for the unique user ID for active (non-deleted) users.
Public fieldStatic member MaxIdLength The maximum character length allowed for an ID.
Public fieldStatic member MaxTypeLength The maximum character length allowed for a type name.
Public fieldStatic member SchemaClassGroup The value of the attribute to denote a group.
Public fieldStatic member SchemaClassUser The value of an attribute to denote a user.
Public fieldStatic member TeamFoundationType The namespace of an identity.
Public fieldStatic member 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.

See Also

Reference

Microsoft.TeamFoundation Namespace