PackageProperties.LastModifiedBy 属性

定义

在派生类中重写时,获取或设置一个值,该值标识上次修改 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

属性值

上次修改 Package 内容的用户。

适用于

另请参阅