ICustomAttributeServiceGetCustomAttribute Method (Guid)

Gets a custom attribute by ID.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
CustomAttributeInfo? GetCustomAttribute(
	Guid attributeId
)

Parameters

attributeId
Type: SystemGuid
The ID of the custom attribute.

Return Value

Type: CustomAttributeInfo
The custom attribute definition corresponding to the specified ID, or if the attribute was not found.
Exceptions
ExceptionCondition
ArgumentExceptionattributeId is Empty.
NoPrivilegeExceptionThe caller is associated with a tenant, but the attribute is associated with a different tenant.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also