次の方法で共有


ParameterInformationSetting.LabelOffsetSupport Property

Definition

Gets or sets a value indicating whether the client supports label offset.

public:
 property Nullable<bool> LabelOffsetSupport { Nullable<bool> get(); void set(Nullable<bool> value); };
public:
 property bool LabelOffsetSupport { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="labelOffsetSupport")]
public bool? LabelOffsetSupport { get; set; }
[System.Runtime.Serialization.DataMember(Name="labelOffsetSupport")]
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
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
[<System.Runtime.Serialization.DataMember(Name="labelOffsetSupport")>]
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
member this.LabelOffsetSupport : bool with get, set
Public Property LabelOffsetSupport As Nullable(Of Boolean)
Public Property LabelOffsetSupport As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to