C-DEngine 5.105

TheMetaDataBase..::..cdeU Property

User ID owning this resource

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

Syntax


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