CustomAttributeValue Constructor (Guid, IEnumerableString)

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,
	IEnumerable<string> values
)

Parameters

attributeId
Type: SystemGuid
The ID of the attribute.
values
Type: System.Collections.GenericIEnumerableString
The values of the attribute.
See Also