Click or drag to resize

AddUserDetailInEnableBetaMode Property

In order to use this endpoint the flag must be set to true.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool EnableBetaMode { get; set; }

Property Value

Boolean
Remarks
In order to use this endpoint the flag must be set to true. The EnableBetaMode flag forces consumers of the endpoint to acknowledge that this endpoint is only to be used in non-production environments.

Caution note  Caution
When this property is present on an endpoint it means the contracts are subject to change, therefore we require that you do not point any production systems at this endpoint when the property is present.
Example
true
See Also