C-DEngine 5.105

TheServiceHostInfo..::..AllowAnonymousAccess Property

retired

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool AllowAnonymousAccess { get; set; }
Public Property AllowAnonymousAccess As Boolean
	Get
	Set
public:
property bool^ AllowAnonymousAccess {
	bool^ get ();
	void set (bool^ value);
}