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 VisibleFor : Carrier
public VisibleFor()
public virtual string DisplayValue { get; set; }
[JsonIgnore] public Visibility? Visibility { get; set; }
[JsonProperty("Visibility")] public string Visibility_String { get; set; }
public virtual int VisibleId { get; set; }
Was this page helpful?