ParameterInformationSetting.LabelOffsetSupport Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İstemcinin etiket sapmasını destekleyip desteklemediğini gösteren bir değer alır veya ayarlar.
public:
property Nullable<bool> LabelOffsetSupport { Nullable<bool> get(); void set(Nullable<bool> value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="labelOffsetSupport")]
public bool? LabelOffsetSupport { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="labelOffsetSupport")>]
member this.LabelOffsetSupport : Nullable<bool> with get, set
Public Property LabelOffsetSupport As Nullable(Of Boolean)
Özellik Değeri
- Öznitelikler
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute