DataPA Enterprise Dashboard Controls API Reference
Gets and sets a property that indicates if this implementation of DataPA Enterprise allows anonymous web access.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AllowAnonymousWebAccess { get; set; }
Visual Basic
Public Property AllowAnonymousWebAccess As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AllowAnonymousWebAccess {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
True if this implementation of DataPA Enterprise allows anonymous web access.

Return Value

Type: Boolean
True if this implementation of DataPA Enterprise allows anonymous web access.

Remarks