SIFWorks ADK 2.0
GetNamespace Method (version)
NamespacesEdustructures.SifWorksSifDtdGetNamespace(SifVersion)

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

Get the SIF namespace for a given version of the specification.
Declaration Syntax
C#Visual BasicVisual C++
public string GetNamespace(
	SifVersion version
)
Public Function GetNamespace ( _
	version As SifVersion _
) As String
public:
virtual String^ GetNamespace (
	SifVersion^ version
) sealed
Parameters
version (SifVersion)
Return Value
If the SifVersion is less than SIF 1.1, a namespace in the form "http://www.sifinfo.org/v1.0r2/messages" is returned, where the full SIF Version number is included in the namespace. For SIF 1.x and later, a namespace in the form "http://www.sifinfo.org/infrastructure/1.x" is returned, where only the major version number is included in the namespace.

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