Audience enumeration to identify who the service is visible to.
Namespace: Relativity.Kepler.Services
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public enum Audience
Members
Member name | Value | Description | |
---|---|---|---|
Private | 0 | Private | |
Public | 1 | Public | |
Internal | 2 | Internal | |
Testing | 3 | Testing |
See Also