PnsCredential.Properties Property

Definition

Gets or sets the properties of this credential.

[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.Azure.NotificationHubs.PnsCredentialProperties Properties { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.Properties : Microsoft.Azure.NotificationHubs.PnsCredentialProperties with get, set
Public Property Properties As PnsCredentialProperties

Property Value

The properties of this credential.

Attributes

Applies to