Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override bool RequiresAuthentication { get; }
Visual Basic
Public Overrides ReadOnly Property RequiresAuthentication As Boolean
	Get
Visual C++
public:
virtual property bool RequiresAuthentication {
	bool get () override;
}
F#
abstract RequiresAuthentication : bool with get
override RequiresAuthentication : bool with get

Property Value

Type: Boolean

See Also