CustomAttributeValue Constructor (Guid, IEnumerableString) |
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic CustomAttributeValue(
Guid attributeId,
IEnumerable<string> values
)
Public Sub New (
attributeId As Guid,
values As IEnumerable(Of String)
)
public:
CustomAttributeValue(
Guid attributeId,
IEnumerable<String^>^ values
)
new :
attributeId : Guid *
values : IEnumerable<string> -> CustomAttributeValueParameters
- attributeId
- Type: SystemGuid
The ID of the attribute. - values
- Type: System.Collections.GenericIEnumerableString
The values of the attribute.
See Also