ServerSecurityApplyUserSecurity Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if user security should be applied to this server.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ApplyUserSecurity { get; set; }
Public Property ApplyUserSecurity As Boolean
Get
Set
public:
virtual property bool ApplyUserSecurity {
bool get () sealed;
void set (bool value) sealed;
}
function get_ApplyUserSecurity();
function set_ApplyUserSecurity(value);
Property Value
Type:
BooleanTrue if user security should be applied to this server.
Return Value
Type:
BooleanTrue if user security should be applied to this server.
Remarks See Also