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 FencingInfo : Carrier
public FencingInfo()
public virtual int ActiveCount { get; set; }
public virtual bool HasReachedMaximum { get; set; }
public virtual bool IsNearingMaximum { get; set; }
public virtual int Maximum { get; set; }
public virtual string WarningMessage { get; set; }
public virtual string WarningTooltip { get; set; }
Was this page helpful?