SubscriptionSettings::EnableDeadLetteringOnFilterEvaluationExceptions Property

 

Gets or sets the value that indicates if a subscription has dead letter support on Filter evaluation exceptions.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
[DataMemberAttribute(Order = 4, Name = "DeadLetteringOnFilterEvaluationExceptions")]
property Nullable<bool> EnableDeadLetteringOnFilterEvaluationExceptions {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}

Property Value

Type: System::Nullable<Boolean>

true if a subscription has dead letter support on Filter evaluation exceptions; otherwise, false.

Return to top
Show: