Annotation.Name Propiedad

Definición

Obtiene o establece el nombre único de una anotación.

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

Valor de propiedad

String

Valor string que representa el nombre único de una anotación.

Atributos

Se aplica a