[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.
| C# | Visual Basic | Visual C++ |
public virtual SifVersion SifVersion{ get; set;}
Public Overridable Property SifVersion As SifVersion
public: virtual property SifVersion^ SifVersion { SifVersion^ get (); void set (SifVersion^ 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.