PropertyRelation.Argument Property

Definition

The name of the argument

public:
 property System::String ^ Argument { System::String ^ get(); void set(System::String ^ value); };
public string Argument { get; set; }
public string Argument { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Argument : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Argument : string with get, set
Public Property Argument As String

Property Value

The name.

Attributes

Applies to