DeleteUserInEnableBetaMode Property | |
A flag to acknowledge this endpoint is still in BETA.
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
A flag to acknowledge this endpoint is still in BETA. In order to use this endpoint in Beta mode this flag must be set to true.
Example True
See Also