Argument.Property Property

Definition

Name of the BaseProperty this argument refers to.

public:
 property System::String ^ Property { System::String ^ get(); void set(System::String ^ value); };
public string Property { get; set; }
public string Property { [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.Property : 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.Property : string with get, set
Public Property Property As String

Property Value

The name of the BaseProperty that this argument refers to.

Attributes

Remarks

Its value must point to a valid BaseProperty. This field is mandatory and culture invariant.

Applies to