0 out of 1 rated this helpful - Rate this topic

IdentityDescriptor Class

Wrapper for an identity type and a unique identifier.

Object
  Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public sealed class IdentityDescriptor

The IdentityDescriptor type exposes the following members.

  NameDescription
Public methodIdentityDescriptorInitializes a new IdentityDescriptor instance that wraps the specified identity type and identifier.
Top
  NameDescription
Public propertyDataGets or sets additional data that is specific to the identity type.
Public propertyIdentifierGets the identifier.
Public propertyIdentityTypeGets the identity type.
Top
  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringCreates a user-readable string that describes the properties of this instance. (Overrides Object.ToString.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.