C-DEngine 5.105

TheNMIBaseControl..::..MID Property

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

Syntax


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