ProvideAppCommandLineAttribute.DemandLoad Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.