GetFieldKind Method
GetFieldKind(string)
Gets the FieldKind of the specified field, or NotAvailable if no field exists with the specified name.
Declaration
FieldKind GetFieldKind(string fieldname)
Parameters
| string | fieldname | The name of the field.  | 
    
Returns
| FieldKind | The FieldKind of the field, or NotAvailable if no field exists with the specified name.  |