[This is preliminary documentation and is subject to change.]
Gets or sets the SIF strongly-typed value of this element if applicable
| C# | Visual Basic | Visual C++ |
public abstract SifSimpleType SifValue{ get; set;}
Public MustOverride Property SifValue As SifSimpleType
public: virtual property SifSimpleType^ SifValue { SifSimpleType^ get () abstract; void set (SifSimpleType^ value) abstract; }