Share via


ApnsCredential.AppName Property

Definition

Gets or sets the name of the application or BundleId. Specify if using Token Authentication Mode.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to