Aracılığıyla paylaş


UsageIndicator Enum

Definition

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum UsageIndicator
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type UsageIndicator = 
Public Enum UsageIndicator
Inheritance
UsageIndicator
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Name Value Description
NotSpecified 0
Test 1
Information 2
Production 3

Applies to