CustomAttributeNamedArgument.MemberName Property

Definition

Gets the name of the attribute member that would be used to set the named argument.

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

Property Value

The name of the attribute member that would be used to set the named argument.

Applies to