ComplexProperty.ParamValue Property

Definition

Gets or sets the value of a property.

public:
 property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ ParamValue { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ get(); void set(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue ParamValue { get; set; }
member this.ParamValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue with get, set
Public Property ParamValue As DTSParamValue

Property Value

A DTSParamValue object that contains the value of the property.

Applies to