Click or drag to resize

AuthenticateResponseCustomers Property

An non-null array of distinct Licensing Customers (not cloud customers) that the authenticated user has access to. This information does not come from the User's licencing record, it is calculated by connections (joins) in the organisation tree.

Namespace: RCS.Licensing.Stdlib
Assembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax
C#
public AuthenticateCustomer[] Customers { get; set; }

Property Value

AuthenticateCustomer
See Also