C-DEngine 5.105

ThePluginInfo..::..Platform Property

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

Syntax


public cdePlatform Platform { get; set; }
Public Property Platform As cdePlatform
	Get
	Set
public:
property cdePlatform^ Platform {
	cdePlatform^ get ();
	void set (cdePlatform^ value);
}