SIFWorks ADK 2.0
OverrideSifVersions Property
NamespacesEdustructures.SifWorksAgentPropertiesOverrideSifVersions

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

Gets or sets the the versions of SIF supported by the agent when the class framework sends a SIF_Register message to the zone.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string OverrideSifVersions{ get; set;}
Public Overridable Property OverrideSifVersions As String
public:
virtual property String^ OverrideSifVersions {
	String^ get ();
	void set (String^ value);
}
Value
A comma-delimited list of SIF version or wildcard tags. When connecting to a SIF 1.1 or later zone integration server, the class framework will include a SIF_Version element for the version of SIF used to initialize the Adk, followed by one additional SIF_Version element for each version specified by this value.
Remarks
If this property is not defined, it will return null

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