HtmlAttributeNameAttribute.Name Property

Definition

HTML attribute name of the associated property.

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

Property Value

null or empty if and only if associated property does not have a public setter and is compatible with IDictionary<TKey,TValue> where TKey is String.

Applies to