GroupLdapAttribute.GroupAttributeValue Property
Gets or sets the attribute value that indicates membership in the corporate group identified by CorporateGroupUuid.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string GroupAttributeValue { get; set; }
public:
property String^ GroupAttributeValue {
String^ get();
void set(String^ value);
}
member GroupAttributeValue : string with get, set
Public Property GroupAttributeValue As String
Property Value
Type: System.String
The attribute value that indicates membership in the corporate group identified by CorporateGroupUuid.
See Also
GroupLdapAttribute Class
System.Web.Security.SingleSignOn Namespace
Return to top