Identifier Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the Identifier class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Identifier() Initializes a new instance of the Identifier class using default values.
Public method Identifier(Guid) Initializes a new instance of the Identifier class with the specified GUID.
Public method Identifier(Guid, String) Initializes a new instance of the Identifier class with the specified GUID and name.

Top