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 the parameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Property AssignedValue As String
Get
Set
'Usage
Dim instance As PrimitiveValue
Dim value As String
value = instance.AssignedValue
instance.AssignedValue = value
public string AssignedValue { get; set; }
public:
property String^ AssignedValue {
String^ get ();
void set (String^ value);
}
member AssignedValue : string with get, set
function get AssignedValue () : String
function set AssignedValue (value : String)
Property Value
Type: System.String
The value of the parameter.