Namespace: PumpFloWeb.SelectLogic.Graph
Assembly: Pump-Flo Web Library (in Pump-Flo Web Library.dll) Version: 1.2.8062.4486

Syntax

C#
public uint SortOrder { get; set; }
Visual Basic
Public Property SortOrder As UInteger
	Get
	Set
Visual C++
public:
property unsigned int SortOrder {
	unsigned int get ();
	void set (unsigned int value);
}

See Also