PackageProperties.Creator Propiedad

Definición

Cuando se invalida en una clase derivada, obtiene o establece un valor que identifica el individuo o la entidad que creó el objeto Package y su contenido.

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

Valor de propiedad

El individuo o entidad que creó el objeto Package y su contenido.

Se aplica a

Consulte también