C-DEngine 5.105

aCDESetting..::..cdeO Property

Owner of the Setting

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

Syntax


public Nullable<Guid> cdeO { get; set; }
Public Property cdeO As Nullable(Of Guid)
	Get
	Set
public:
property Nullable<Guid^> cdeO {
	Nullable<Guid^> get ();
	void set (Nullable<Guid^> value);
}