IVsDataParameter.Value Property

Definition

When implemented by a class, gets or sets the value of the parameter.

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

Property Value

The value of the data parameter.

Applies to