GetShortLinkOptionsTimeToLive Property  | 
 Gets or sets the time to live for the link.
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "timeToLive")]
public TimeSpan? TimeToLive { get; set; }<DataMemberAttribute(Name := "timeToLive")>
Public Property TimeToLive As TimeSpan?
	Get
	Set
public:
[DataMemberAttribute(Name = L"timeToLive")]
property Nullable<TimeSpan> TimeToLive {
	Nullable<TimeSpan> get ();
	void set (Nullable<TimeSpan> value);
}[<DataMemberAttribute(Name = "timeToLive")>]
member TimeToLive : Nullable<TimeSpan> with get, set
Property Value
Type: 
NullableTimeSpanThe time to live, or 
 if it should live forever.
Exceptions| Exception | Condition | 
|---|
| ArgumentOutOfRangeException | The value is being set to a time span which is less than or equal to Zero. | 
Remarks
            If a value is specified for this property, a new short link will always be generated.
            
See Also