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. |