ContractualRulesAttribution Class
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.
[Newtonsoft.Json.JsonObject("ContractualRules/Attribution")]
public class ContractualRulesAttribution : Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule
[<Newtonsoft.Json.JsonObject("ContractualRules/Attribution")>]
type ContractualRulesAttribution = class
inherit ContractualRulesContractualRule
Public Class ContractualRulesAttribution
Inherits ContractualRulesContractualRule
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ContractualRulesAttribution() |
Initializes a new instance of the ContractualRulesAttribution class. |
ContractualRulesAttribution(String, Nullable<Boolean>) |
Initializes a new instance of the ContractualRulesAttribution class. |
Properties
MustBeCloseToContent |
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. |
TargetPropertyName |
Gets the name of the field that the rule applies to. (Inherited from ContractualRulesContractualRule) |
Applies to
Azure SDK for .NET