SIFWorks ADK 2.0
ZisVersion Property
NamespacesEdustructures.SifWorksAgentPropertiesZisVersion

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

Gets the latest version of the SIF Specification supported by the Zone Integration Server to which the agent is connecting.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string ZisVersion{ get; set;}
Public Overridable Property ZisVersion As String
public:
virtual property String^ ZisVersion {
	String^ get ();
	void set (String^ value);
}
Value
A SIF Version number (e.g. "1.1", "1.0r1", etc.)
Remarks

This property defaults to the latest version of the SIF Specification supported by the Adk.

Currently, it affects how SIF_Register messages are sent: if the ZIS supports SIF 1.1 or later, the Adk will send a SIF_Register with multiple SIF_Version elements, one for each version of the SIF Specification supported by the Adk. The first SIF_Version will be the version passed to the Adk.initialize method. If the ZIS does not support SIF 1.1 or later, the Adk will send a SIF_Register with a single SIF_Version element where the value is equal to the version passed to the Adk.initialize method.

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