Gets or sets a value indicating the name of the field whose results are contained in this class.
Syntax
public string FieldName {get; set;}
public: __property string* get_FieldName();
public: __property void set_FieldName(
string* value
);
'Declaration
Public Property FieldName As String
'Usage
Dim instance As FieldResult
Dim value As String
instance.FieldName = value
value = instance.FieldName
See Also