Share via


Project.CreatorName Propiedad

Definición

Obtiene o establece el nombre de la persona que creó el proyecto.

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

Valor de propiedad

String

El nombre de la persona que creó el proyecto.

Se aplica a