Пример #1
0
 /// <summary>
 /// Sets the value of a text field
 /// </summary>
 /// <param name="field">Schema name of the field to retrieve</param>
 public void SetValue(string field, string value)
 {
     _client.BPFSetValue(field, value);
 }