ConstructorArgumentAttribute.ArgumentName Property

Definition

Gets the name parameter of the constructor that will initialize the associated property.

public:
 property System::String ^ ArgumentName { System::String ^ get(); };
public string ArgumentName { get; }
member this.ArgumentName : string
Public ReadOnly Property ArgumentName As String

Property Value

The name of the constructor. Assuming CLR backing, this corresponds to the Name of the relevant constructor parameter.

Applies to