CallerArgumentExpressionAttribute.ParameterName Property

Definition

Gets the name of the parameter whose expression should be captured as a string.

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

Property Value

The name of the parameter whose expression should be captured.

Applies to

See also