DataRoles

This property returns the data roles associated with the end-user security context.

Declaration

// C#
public List<String> DataRoles {get;}

Property Type

A new List<string> containing the data roles if roles were set; null if no roles are present.

Remarks

A context created without roles or with roles explicitly set to null returns null.