Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class CustomObjectField
public CustomObjectField()
public virtual string DefaultValue { get; set; }
public virtual string Description { get; set; }
public virtual string DisplayName { get; set; }
public virtual string FieldName { get; set; }
public virtual string FieldType { get; set; }
public virtual bool IsDefault { get; set; }
public virtual int Rank { get; set; }
public virtual bool UseDefaultValue { get; set; }
Was this page helpful?