Activity.Expiration Property

Definition

Gets or sets the time at which the activity should be considered to be "expired" and should not be presented to the recipient.

public DateTimeOffset? Expiration { get; set; }
member this.Expiration : Nullable<DateTimeOffset> with get, set
Public Property Expiration As Nullable(Of DateTimeOffset)

Property Value

Nullable<DateTimeOffset>

The time at which the activity should be considered to be "expired" and should not be presented to the recipient.

Implements

Applies to