The id of the corresponding Position.

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

Syntax

C#
public string PosID { get; internal set; }
Visual Basic (Declaration)
Public Property PosID As String
Visual C++
public:
property String^ PosID {
	String^ get ();
	void set (String^ value);
}

See Also