你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AllowEmptyKind 枚举

定义

此枚举支持其成员值的按位组合。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
[System.Flags]
public enum AllowEmptyKind
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
[<System.Flags>]
type AllowEmptyKind = 
Public Enum AllowEmptyKind
继承
AllowEmptyKind
属性
Newtonsoft.Json.JsonConverterAttribute FlagsAttribute

字段

Both 3
EmptyAsNull 1
None 0
NullAsEmpty 2

适用于