ParameterInformationSetting.LabelOffsetSupport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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