Share via


NotificationHandlerTypeResolver.IsNotificationHandlerPredicate Property

 

Gets the predicate for determining whether a given type is a INotificationHandler.

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

Syntax

protected Predicate<Type> IsNotificationHandlerPredicate { get; }
protected:
property Predicate<Type^>^ IsNotificationHandlerPredicate {
    Predicate<Type^>^ get();
}
member IsNotificationHandlerPredicate : Predicate<Type> with get
Protected ReadOnly Property IsNotificationHandlerPredicate As Predicate(Of Type)

Property Value

Type: System.Predicate<Type>

See Also

NotificationHandlerTypeResolver Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top