Click or drag to resize
Identifier Class
Represents a unique identifier.

This is a Guid which has implicit and explicit conversions to/from Guid and String.

Inheritance Hierarchy
SystemObject
  RackspaceIdentifier

Namespace: Rackspace
Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax
public class Identifier

The Identifier type exposes the following members.

Constructors
  NameDescription
Public methodIdentifier(Guid)
Initializes a new instance of the Identifier class.
Public methodIdentifier(String)
Initializes a new instance of the Identifier class.
Top
Methods
Operators
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