ParameterInformationSetting.LabelOffsetSupport Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Client den Bezeichnungs Offset unterstützt

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)

Eigenschaftswert

Nullable<Boolean>
Attribute
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Gilt für