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