SIFWorks ADK 2.0
SIF_Version Property
NamespacesEdustructures.SifWorks.ReportingReportManifestSIF_Version

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

Gets or sets the value of the <SIF_Version> element.
Declaration Syntax
C#Visual BasicVisual C++
public string SIF_Version{ get; set;}
Public Property SIF_Version As String
public:
property String^ SIF_Version {
	String^ get ();
	void set (String^ value);
}
Value
The SIF_Version element of this object.
Remarks

The SIF specification defines the meaning of this element as: "Specifies which SIF Specification version should be used when returning the report data; wildcards are allowed. When a wildcard is specified, the responding agent SHOULD attempt to return the report data in the version specified by SIF_Message/@Version, if that version matches the wildcard version. If not, the responding agent can return the data in any version it chooses that matches the wildcard version."

Version: 2.0

Since: 1.5r1

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