SIFWorks ADK 2.0
TextValue Property
NamespacesEdustructures.SifWorksSifElementTextValue

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

Gets the text value of this element, if applicable. The text value will be parsed into the native datatype of the element.
Declaration Syntax
C#Visual BasicVisual C++
public override string TextValue{ get; set;}
Public Overrides Property TextValue As String
public:
virtual property String^ TextValue {
	String^ get () override;
	void set (String^ value) override;
}
Value
The text value of this element (e.g. <element>text<element>)
Remarks
The formatter user for parsing, by default, is the SIF 1.x formatter, which means that this value must be albe to be parsed using SIF 1.x formatting rules. The change the format used for getting and setting text values, set the TextFormatter property.

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