Documentation Center

SerializedValue Property

Gets or sets the serialized value of Field.

Syntax

LanguageSyntax
C#string SerializedValue { get; set; }
Visual Basic (Declaration)Property SerializedValue As String
Visual C++property String^ SerializedValue { String^ get (); void set (String^ value); }

Field Value

The serialized value of a Field object.

Remarks

The SerializedValue property contains the serialized representation of the FieldValue property. The specific serialization mechanism to be used is depends on the FieldType property of the Field object.