ICustomAttributeServiceGetCustomAttribute(Guid) Method |
Gets a custom attribute by ID.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxCustomAttributeInfo? GetCustomAttribute(
Guid attributeId
)
Function GetCustomAttribute (
attributeId As Guid
) As CustomAttributeInfo
CustomAttributeInfo^ GetCustomAttribute(
Guid attributeId
)
abstract GetCustomAttribute :
attributeId : Guid -> CustomAttributeInfo Parameters
- attributeId Guid
- The ID of the custom attribute.
Return Value
CustomAttributeInfo
The custom attribute definition corresponding to the specified ID, or
if the attribute was not found.
Exceptions
See Also