Gets or sets the field code.
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public string Code { get; set; }
Public Property Code As String Get Set
public: property String^ Code { String^ get (); void set (String^ value); }
member Code : string with get, set
Property Value
StringThe field code.