CustomAttributeValue Constructor (Guid) |
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
)
Public Sub New (
attributeId As Guid
)
public:
CustomAttributeValue(
Guid attributeId
)
new :
attributeId : Guid -> CustomAttributeValueParameters
- attributeId
- Type: SystemGuid
The ID of the attribute.
Exceptions
See Also