Condividi tramite


PackageProperties.LastModifiedBy Proprietà

Definizione

Quando sottoposto a override in una classe derivata, ottiene o imposta un valore che identifica l'utente che ha eseguito l'ultima modifica al contenuto dell'oggetto Package.

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

Valore della proprietà

L'utente che eseguito l'ultima modifica del contenuto dell'oggetto Package.

Si applica a

Vedi anche