SubscriptionSettings::EnableDeadLetteringOnMessageExpiration Property
Gets or sets the value that indicates if a subscription has dead letter support when a message expires.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
public: [DataMemberAttribute(Order = 3, Name = "DeadLetteringOnMessageExpiration")] property Nullable<bool> EnableDeadLetteringOnMessageExpiration { Nullable<bool> get(); void set(Nullable<bool> value); }
Property Value
Type: System::Nullable<Boolean>true if a subscription has dead letter support when a message expires; otherwise, false.
Show: