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
)
Function GetCustomAttribute (
attributeId As Guid
) As CustomAttributeInfo
CustomAttributeInfo^ GetCustomAttribute(
Guid attributeId
)
abstract GetCustomAttribute :
attributeId : Guid -> CustomAttributeInfo
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 See Also