C-DEngine 5.105

TheClientInfo..::..FormID Property

Originating Form ID (can be Guid.Empty if the request is not coming from the NMI)

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

Syntax


public Guid FormID { get; set; }
Public Property FormID As Guid
	Get
	Set
public:
property Guid^ FormID {
	Guid^ get ();
	void set (Guid^ value);
}