SIFWorks ADK 2.0
NoRequestIndividualElements Property
NamespacesEdustructures.SifWorksAgentPropertiesNoRequestIndividualElements

[This is preliminary documentation and is subject to change.]

A compatibility option that determines if the Adk renders SIF_Request messages with SIF_Element field restrictions. When this property is enabled, the class framework will not include SIF_Element elements in SIF_Request messages even if you have called the Query.addFieldRestriction method. This property can be used when requesting data from agents that do not work well if SIF_Elements are present in the SIF_Request.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool NoRequestIndividualElements{ get; set;}
Public Overridable Property NoRequestIndividualElements As Boolean
public:
virtual property bool NoRequestIndividualElements {
	bool get ();
	void set (bool value);
}
Value
true if the Adk should not include SIF_Element elements in SIF_Request messages

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10