GroupLdapAttribute.GroupAttribute Property
Gets or sets the name of the LDAP attribute to lookup.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string GroupAttribute { get; set; }
public:
property String^ GroupAttribute {
String^ get();
void set(String^ value);
}
member GroupAttribute : string with get, set
Public Property GroupAttribute As String
Property Value
Type: System.String
The name of the LDAP attribute to lookup.
See Also
GroupLdapAttribute Class
System.Web.Security.SingleSignOn Namespace
Return to top