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.
NSTicketCategoryMembershipEntity
NSAssociate GetUser()
NSTicketCategoryMembershipEntity thing; NSAssociate associate = thing.GetUser();
Integer GetWeight()
NSTicketCategoryMembershipEntity thing; Integer weight = thing.GetWeight();
Void SetUser(NSAssociate associate)
NSTicketCategoryMembershipEntity thing; NSAssociate associate; thing.SetUser(associate);
Void SetWeight(Integer weight)
NSTicketCategoryMembershipEntity thing; String externalName; thing.SetExternalName(externalName);
Was this page helpful?