SIFWorks ADK 2.0
AddSIF_Version Method (val)
NamespacesEdustructures.SifWorks.InfraSIF_RequestAddSIF_Version(SIF_Version)

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

Adds a new <SIF_Version> child element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddSIF_Version(
	SIF_Version val
)
Public Sub AddSIF_Version ( _
	val As SIF_Version _
)
public:
void AddSIF_Version (
	SIF_Version^ val
)
Parameters
val (SIF_Version)
A SIF_Version object
Remarks

The SIF specification defines the meaning of this element as: " Specifies which SIF Specification version should be used when returning the response data; wildcards are allowed. The version specified by SIF_Message/@Version SHOULD be the preferred version to return if it exists in the list, either explicitly or implicitly via a wildcard. Otherwise the responding agent can return data in any version it chooses that matches/satisfies one of the versions in the list. "

Version: 2.0

Since: 1.1

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