C-DEngine 5.105

ThePageDefinition..::..ParentID Property

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

Syntax


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