SessionGetCustomAttributeValues 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 (24.1.0.1001)
Syntax
public ICollection<string?>? GetCustomAttributeValues(
	string customAttributeName
)

Parameters

customAttributeName
Type: SystemString
The name of the custom attribute.

Return Value

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