你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationHubDescription.ApnsCredential 属性

定义

获取或设置 APNS 凭据。

[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

属性值

APNS 凭据。

属性

适用于