ArgumentValue<T>.ArgumentName Property

Definition

Gets or sets the name of the argument whose value is to be returned.

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

Property Value

The argument name.

Applies to