DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
True if users are allowed to set their own home page.
True if users are allowed to set their own home page.
      
    
 Gets and sets a property that indicates if users are allowed to set their own home page.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool AllowPersonalHomePage { get; set; } | 
| Visual Basic | 
|---|
| Public Property AllowPersonalHomePage As Boolean Get Set | 
| Visual C++ | 
|---|
| public: virtual property bool AllowPersonalHomePage { bool get () sealed; void set (bool value) sealed; } | 
Property Value
Type: BooleanTrue if users are allowed to set their own home page.
Return Value
Type: BooleanTrue if users are allowed to set their own home page.
 Remarks
Remarks
Can only be set to true if ApplyUserSecurity is true.
 
     
     
     
     
     
           
          