The unique ID for the position.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public string ID { get; }
Visual Basic (Declaration)
Public ReadOnly Property ID As String
Visual C++
public:
property String^ ID {
	String^ get ();
}

See Also