Share via


ComputedProperty.Name Property

Definition

Gets or sets the name of the computed property.

[Newtonsoft.Json.JsonProperty(PropertyName="name")]
public string Name { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="name")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

The name of the computed property.

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Name of the computed property should be chosen such that it does not collide with any existing or future document properties.

Applies to