TopicSettings::DefaultMessageTimeToLive Property

 

Gets or sets the default message time to live value for a topic.

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

public:
[DataMemberAttribute(Order = 0)]
property Nullable<TimeSpan> DefaultMessageTimeToLive {
	Nullable<TimeSpan> get();
	void set(Nullable<TimeSpan> value);
}

Property Value

Type: System::Nullable<TimeSpan>

The default message time to live value for a topic.

Return to top
Show: