SIFWorks ADK 2.0
SifVersion Property
NamespacesEdustructures.SifWorksSifElementSifVersion

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

Gets or Sets the SifVersion associated with this element, if applicable. The base class implementation of this method always returns null.
Declaration Syntax
C#Visual BasicVisual C++
public virtual SifVersion SifVersion{ get; set;}
Public Overridable Property SifVersion As SifVersion
public:
virtual property SifVersion^ SifVersion {
	SifVersion^ get ();
	void set (SifVersion^ value);
}
Return Value
A SifVersion object that identifies the version of SIF that should be used to render this object (or that was used to parse it). Not all implementation classes store a SifVersion, so null may be returned.

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