Condividi tramite


PackageProperties.Creator Proprietà

Definizione

Quando sottoposto a override in una classe derivata, ottiene o imposta un valore che identifica il soggetto o l'entità che hanno creato l'oggetto Package e il relativo contenuto

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

Valore della proprietà

Soggetto o entità che hanno creato Package e il relativo contenuto.

Si applica a

Vedi anche