| 
            
              ApplicationRoleNodeID Property
             | 
          
        
        
            Node ID field.
            
        
        Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic Guid NodeID { get; set; }Public Property NodeID As Guid
	Get
	Set
public:
property Guid NodeID {
	Guid get ();
	void set (Guid value);
}member NodeID : Guid with get, set
function get_NodeID();
function set_NodeID(value);
 View SourceProperty Value
Guid
See Also