PrimitiveValue.AssignedValue Property

Definition

Gets or sets the value of the parameter.

public:
 property System::String ^ AssignedValue { System::String ^ get(); void set(System::String ^ value); };
public string AssignedValue { get; set; }
member this.AssignedValue : string with get, set
Public Property AssignedValue As String

Property Value

The value of the parameter.

Applies to