[This is preliminary documentation and is subject to change.]

Indicates whether all the necessary parameters for the LDAP authentication are available or not.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static bool IsLdapAuthentication { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IsLdapAuthentication As Boolean
Visual C++
public:
static property bool IsLdapAuthentication {
	bool get ();
}

See Also