Pegasus Class Library Help
Gets a new PropertyItem instance. Since the PropertyItem class cannot be constracted this is a replacement method to get a new instance for that class.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public static PropertyItem PropertyItem { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property PropertyItem As PropertyItem
Visual C++
public:
static property PropertyItem^ PropertyItem {
	PropertyItem^ get ();
}

Field Value

The property item.

See Also