XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / IsOnDemand Property



IsOnDemand Property
Indicates if the XdsDocument is of type On-Demand. Default value is false, which means it's of stable document type
Syntax
Public Property IsOnDemand As Boolean
Dim instance As XdsDocument
Dim value As Boolean
 
instance.IsOnDemand = value
 
value = instance.IsOnDemand
public bool IsOnDemand {get; set;}
public:
property bool IsOnDemand {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also