ServerSecurityAllowAnonymousWebAccess Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if this implementation of DataPA Enterprise allows anonymous web access.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool AllowAnonymousWebAccess { get; set; }
Public Property AllowAnonymousWebAccess As Boolean
Get
Set
public:
virtual property bool AllowAnonymousWebAccess {
bool get () sealed;
void set (bool value) sealed;
}
function get_AllowAnonymousWebAccess();
function set_AllowAnonymousWebAccess(value);
Property Value
Type:
BooleanTrue if this implementation of DataPA Enterprise allows anonymous web access.
Return Value
Type:
BooleanTrue if this implementation of DataPA Enterprise allows anonymous web access.
Remarks Deprecated
See Also