Returns or sets field name
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 FieldName { get; set; }
Public Property FieldName As String Get Set
public: virtual property String^ FieldName { String^ get () sealed; void set (String^ value) sealed; }
abstract FieldName : string with get, set override FieldName : string with get, set