DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
The GUID that uniquely identifies this object.
      
    
 Gets and sets a GUID that uniquely identifies this object.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public Guid GUID { get; set; } | 
| Visual Basic | 
|---|
| Public Property GUID As Guid Get Set | 
| Visual C++ | 
|---|
| public: virtual property Guid GUID { Guid get () sealed; void set (Guid value) sealed; } | 
Return Value
Type: GuidThe GUID that uniquely identifies this object.
 
     
     
     
     
     
           
          