SessionCreationParametersCustomAttributes Property |
Gets the custom attributes.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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,
CustomAttributeValueSee Also