| 
            
              NodeMaster Property
             | 
          
        
        
            Master field.
            
        
        Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic bool Master { get; set; }Public Property Master As Boolean
	Get
	Set
public:
property bool Master {
	bool get ();
	void set (bool value);
}member Master : bool with get, set
function get_Master();
function set_Master(value);
 View SourceProperty Value
Boolean
See Also