PrintServer.IsDelayInitialized Property

Definition

Gets or sets a value that indicates whether initialization of the PrintServer properties has been postponed.

protected:
 property bool IsDelayInitialized { bool get(); void set(bool value); };
protected bool IsDelayInitialized { get; set; }
member this.IsDelayInitialized : bool with get, set
Protected Property IsDelayInitialized As Boolean

Property Value

true if initialization is postponed; otherwise, false.

Applies to