SessionCreationParametersCustomAttributes Property  | 
 Gets the 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 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, 
CustomAttributeValue
See Also