Open this page in the API Guide

Session.GetCustomAttributeValues Method

Gets the values of the custom attribute with the specified name.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<string?>? GetCustomAttributeValues(
	string customAttributeName
)

Parameters

customAttributeName
Type: System.String
The name of the custom attribute.

Return Value

Type: ICollection<String>
The values of the custom attribute. If the attribute was not found, or a value is not associated with the session, returns null.
Exceptions
ExceptionCondition
ArgumentExceptioncustomAttributeName is null or empty.
See Also