Share via


Property.ApiName Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to