SIFWorks ADK 2.0
VersionAttribute Property
NamespacesEdustructures.SifWorksSifMessagePayloadVersionAttribute

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

Returns the Version attribute of this SIF_Message. The Version attribute was introduced in SIF 1.1, which uses the attribute to identify the version of SIF to which a message conforms. Prior versions of SIF encode the version in the namespace.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string VersionAttribute{ get;}
Public Overridable ReadOnly Property VersionAttribute As String
public:
virtual property String^ VersionAttribute {
	String^ get ();
}
Return Value
The value of the Version attribute. If a null value is returned, the caller should assume "1.1" @since SIF 1.1

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