AddUserDetailInEnableBetaMode Property | |
In order to use this endpoint the flag must be set to true.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool EnableBetaMode { get; set; }
function get_EnableBetaMode();
function set_EnableBetaMode(value);
Property Value
BooleanRemarks
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 |
---|
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