Share via


NotificationHubDescription.ApnsCredential Property

Definition

Gets or sets the APNS credential.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ApnsCredential", Order=1001)]
public Microsoft.Azure.NotificationHubs.ApnsCredential ApnsCredential { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ApnsCredential", Order=1001)>]
member this.ApnsCredential : Microsoft.Azure.NotificationHubs.ApnsCredential with get, set
Public Property ApnsCredential As ApnsCredential

Property Value

The APNS credential.

Attributes

Applies to