VsaItem.Name Propiedad
Definición
Obtiene o establece el nombre del elemento.Gets or sets the name of the item.
Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.
public:
virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public virtual string Name { get; set; }
member this.Name : string with get, set
Public Overridable Property Name As String
Valor de propiedad
Nombre de literal de cadena del elemento.The string literal name of the item.