C-DEngine 5.105

TheServiceHostInfo..::..SKUID Property

Main SKU of the current node

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public uint SKUID { get; set; }
Public Property SKUID As UInteger
	Get
	Set
public:
property unsigned int^ SKUID {
	unsigned int^ get ();
	void set (unsigned int^ value);
}