Parameter.ValueType

Parameter.ValueType property

Gets or sets the value type. The type attribute indicates the type of the value data. This text string must be understood by the application. Required attribute.

public string ValueType { get; set; }

See Also