C-DEngine 5.105

nmiCtrlFormTemplate..::..CancelScreenID Property

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

Syntax


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