CustomLabel.Name Propriedade

Definição

Obtém ou define o nome do rótulo personalizado.Gets or sets the name of the custom label.

public:
 virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public override string Name { get; set; }
member this.Name : string with get, set
Public Overrides Property Name As String

Valor da propriedade

String

Um string valor que representa o nome de texto do rótulo personalizado.A string value that represents the text name of the custom label.

Comentários

Um valor de cadeia de caracteres que representa o nome de texto do item.A string value that represents the text name of the item.

Aplica-se a