LogOnParametersCustomAttributes Property  | 
 
            Gets or sets a collection containing custom attribute values which will be added to the logon session.
            
 
    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; set; }Public Property CustomAttributes As ICollection(Of CustomAttributeValue)
	Get
	Set
public:
property ICollection<CustomAttributeValue^>^ CustomAttributes {
	ICollection<CustomAttributeValue^>^ get ();
	void set (ICollection<CustomAttributeValue^>^ value);
}member CustomAttributes : ICollection<CustomAttributeValue> with get, set
Property Value
Type: 
ICollectionCustomAttributeValue
Remarks
            This property will only be considered if a value is specifed for 
EffectiveAccountName or 
EffectiveCredentials.
            If the session's effective attributes already contains one specified by this property, it will be replaced by that value.
            
See Also