WebDisplayNameAttribute.DisplayName Propriedade
Definição
Obtém o nome de uma propriedade a ser exibida em um controle PropertyGridEditorPart.Gets the name of a property to display in a PropertyGridEditorPart control.
public:
virtual property System::String ^ DisplayName { System::String ^ get(); };
public virtual string DisplayName { get; }
member this.DisplayName : string
Public Overridable ReadOnly Property DisplayName As String
Valor da propriedade
Um String que contém o valor a ser exibido em um PropertyGridEditorPart .A String containing the value to display in a PropertyGridEditorPart.