Dela via


ContractualRulesAttribution.MustBeCloseToContent Property

Definition

Gets a Boolean value that determines whether the contents of the rule must be placed in close proximity to the field that the rule applies to. If true, the contents must be placed in close proximity. If false, or this field does not exist, the contents may be placed at the caller's discretion.

[Newtonsoft.Json.JsonProperty(PropertyName="mustBeCloseToContent")]
public bool? MustBeCloseToContent { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mustBeCloseToContent")>]
member this.MustBeCloseToContent : Nullable<bool>
Public ReadOnly Property MustBeCloseToContent As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to