C-DEngine 5.105

nmiCtrlFormTemplate..::..FinishScreenID Property

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

Syntax


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