Click or drag to resize

LicenceInfoCustomers Property

A non-null array of customers permitted to the account. Each customer has a non-null array of child jobs loaded, so clients can access the full customer and job hierarchy immediately after login.

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.14
Syntax
C#
public LicenceCustomer[] Customers { get; set; }

Property Value

LicenceCustomer
See Also