ProvideAppCommandLineAttribute.DemandLoad Property

Definition

Should the package be demand loaded.

public:
 property int DemandLoad { int get(); void set(int value); };
public:
 property int DemandLoad { int get(); void set(int value); };
public int DemandLoad { get; set; }
member this.DemandLoad : int with get, set
Public Property DemandLoad As Integer

Property Value

Returns 1 if the package should be demand loaded, otherwise 0.

Applies to