_Category.Name Propiedad

Definición

Devuelve o establece un valor string (cadena en C#) que representa el nombre para mostrar del objeto. Lectura y escritura.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
Public Property Name As String

Valor de propiedad

Se aplica a