  | PersonIsLDAPAuthenticated Property  | 
 
            Gets or sets a value indicating whether this web user is LDAP authenticated.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic bool IsLDAPAuthenticated { get; set; }Public Property IsLDAPAuthenticated As Boolean
	Get
	Set
public:
property bool IsLDAPAuthenticated {
	bool get ();
	void set (bool value);
}function get IsLDAPAuthenticated () : boolean
function set IsLDAPAuthenticated (value : boolean)
function get_IsLDAPAuthenticated();
function set_IsLDAPAuthenticated(value);
Property Value
Type: 
BooleanTrue if this web user is LDAP authenticated; otherwise, 
False.
            
See Also