Click or drag to resize
Infosoft Logo

DynamicAttributeDataValue Property

Gets or sets the value of the attribute.

Namespace: Infosoft.Webservices.DTO
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public string Value { get; set; }

Property Value

String
Remarks
The value might undergo special validation if the dynamic attribute type requires it even though it is a string in the interchange format
See Also