ContractualRulesTextAttribution.Text 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 the attribution text. Text attribution applies to the entity as a whole and should be displayed immediately following the entity presentation. If there are multiple text or link attribution rules that do not specify a target, you should concatenate them and display them using a "Data from:" label.
[Newtonsoft.Json.JsonProperty(PropertyName="text")]
public string Text { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="text")>]
member this.Text : string with get, set
Public Property Text As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute