C-DEngine 5.105

TheNodeInfoHeader..::..ScopeHash Property

The scope hash of the active scope of the node

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

Syntax


public string ScopeHash { get; set; }
Public Property ScopeHash As String
	Get
	Set
public:
property String^ ScopeHash {
	String^ get ();
	void set (String^ value);
}