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 (25.3.0.1000)
Syntaxpublic ICollection<string?>? GetCustomAttributeValues(
	string customAttributeName
)
Public Function GetCustomAttributeValues ( 
	customAttributeName As String
) As ICollection(Of String)
public:
ICollection<String^>^ GetCustomAttributeValues(
	String^ customAttributeName
)
member GetCustomAttributeValues : 
        customAttributeName : string -> ICollection<string> 
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
See Also