GetField Method
Overloads
| GetField(String, String) | 
             Returns a handle to a field.  | 
        
      
    
GetField(String, String)
Returns a handle to a field.
Declaration
      public Field GetField([QixName("qFieldName")] string fieldName, [QixName("qStateName")] string stateName = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | fieldName | 
           Name of the field.  | 
      
| System.String | stateName | 
           Name of the alternate state. Default state is current selections.  | 
      
Returns
| Type | Description | 
|---|---|
| Field |