SessionGetCustomAttributeValues Method |
Gets the values of the custom attribute with the specified name.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 String
- The name of the custom attribute.
Return Value
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