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 (25.3.0.1000)
Syntaxpublic ICollection<CustomAttributeValue> CustomAttributes { get; }Public ReadOnly Property CustomAttributes As ICollection(Of CustomAttributeValue)
	Get
public:
property ICollection<CustomAttributeValue^>^ CustomAttributes {
	ICollection<CustomAttributeValue^>^ get ();
}member CustomAttributes : ICollection<CustomAttributeValue> with get
Property Value
Type: 
ICollectionCustomAttributeValueThe custom attributes.
See Also