CustomAttributeValue Constructor (Guid)

Initializes a new instance of the CustomAttributeValue class.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public CustomAttributeValue(
	Guid attributeId
)

Parameters

attributeId
Type: SystemGuid
The ID of the attribute.
Exceptions
ExceptionCondition
ArgumentExceptionattributeId is Empty.
See Also