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.
NSVisibleFor
String GetDisplayValue()
NSVisibleFor thing; String displayValue = thing.GetDisplayValue();
Integer GetVisibility()
NSVisibleFor thing; Integer visibility = thing.GetVisibility();
Integer GetVisibleId()
NSVisibleFor thing; Integer visibleId = thing.GetVisibleId();
Void SetDisplayValue(String displayValue)
NSVisibleFor thing; String displayValue; thing.SetDisplayValue(displayValue);
Void SetVisibility(Integer visibility)
NSVisibleFor thing; Integer visibility; thing.SetVisibility(visibility);
Void SetVisibleId(Integer visibleId)
NSVisibleFor thing; Integer visibleId; thing.SetVisibleId(visibleId);
Related topics