Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
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.LibraryAssembly: 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 (); } |