PackageProperties.LastPrinted 속성

정의

파생 클래스에서 재정의되는 경우 Package 콘텐츠를 마지막으로 인쇄한 날짜와 시간을 가져오거나 설정합니다.

public:
 abstract property Nullable<DateTime> LastPrinted { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public abstract DateTime? LastPrinted { get; set; }
member this.LastPrinted : Nullable<DateTime> with get, set
Public MustOverride Property LastPrinted As Nullable(Of DateTime)

속성 값

Package 콘텐츠를 마지막으로 인쇄한 날짜와 시간입니다.

적용 대상