SthidInstance Property | |
Gets or sets the instance of this singleton.
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public static Sthid Instance { get; }
Public Shared ReadOnly Property Instance As Sthid
Get
public:
static property Sthid^ Instance {
Sthid^ get ();
}
static member Instance : Sthid with get
Property Value
Type:
Sthid
The instance.
See Also