ServerSecurityAllowPersonalHomePage Property |
|
DataPA OpenAnalytics API Reference
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 public bool AllowPersonalHomePage { get; set; }
Public Property AllowPersonalHomePage As Boolean
Get
Set
public:
virtual property bool AllowPersonalHomePage {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowPersonalHomePage();
function set_AllowPersonalHomePage(value);
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 Can only be set to true if ApplyUserSecurity is true.
See Also