NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataParameter.Value

Gets or sets the value of the parameter.

[Visual Basic]
Property Value As Object
[C#]
object Value {get; set;}
[C++]
Object* get_Value() = 0;void set_Value(Object*) = 0;
[JScript]
abstract function get Value() : Object;
public abstract function set Value(Object);

Property Value

An Object that is the value of the parameter.

See Also

IDataParameter Interface | IDataParameter Members | System.Data Namespace