MembershipBaseObjectDataCustomAttributes Property |
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IDictionary<Guid, ICollection<string>> CustomAttributes { get; }Public ReadOnly Property CustomAttributes As IDictionary(Of Guid, ICollection(Of String))
Get
public:
property IDictionary<Guid, ICollection<String^>^>^ CustomAttributes {
IDictionary<Guid, ICollection<String^>^>^ get ();
}member CustomAttributes : IDictionary<Guid, ICollection<string>> with get
Property Value
Type:
IDictionaryGuid,
ICollectionString
See Also