MembershipBaseObjectCustomAttributes Property

Gets the account or group's explicitly assigned custom attributes.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ICollection<CustomAttributeValue> CustomAttributes { get; }

Property Value

ICollectionCustomAttributeValue
The custom attributes.
See Also