C-DEngine 5.105

nmiDynamicProperty..::..Options Property

Allows to predefine certain dynamic properties that can be added

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

Syntax


public string Options { get; set; }
Public Property Options As String
	Get
	Set
public:
property String^ Options {
	String^ get ();
	void set (String^ value);
}