Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of a parameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Property SelectedValue As String
Get
Set
'Usage
Dim instance As EnumValue
Dim value As String
value = instance.SelectedValue
instance.SelectedValue = value
public string SelectedValue { get; set; }
public:
property String^ SelectedValue {
String^ get ();
void set (String^ value);
}
member SelectedValue : string with get, set
function get SelectedValue () : String
function set SelectedValue (value : String)
Property Value
Type: System.String
The value of the parameter.