Share via


ApplePushMessage.Aps Property

 

Gets the ApsProperties for this ApplePushMessage.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public ApsProperties Aps { get; }
public:
property ApsProperties^ Aps {
    ApsProperties^ get();
}
member Aps : ApsProperties with get
Public ReadOnly Property Aps As ApsProperties

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.ApsProperties

See Also

ApplePushMessage Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top