ConferenceScheduleInformation.ExpiryTime Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the absolute date and time after which the conference can be deleted.
public:
property Nullable<DateTime> ExpiryTime { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
C#
public Nullable<DateTime> ExpiryTime { get; set; }
member this.ExpiryTime : Nullable<DateTime> with get, set
Public Property ExpiryTime As Nullable(Of DateTime)
Thrown if the supplied date is not within acceptable limits.
The day and time must be between one year before, and 10 years after, the current date and time on the server.
If no value is supplied, expiry time is set to 8 hours.
Producto | Versiones |
---|---|
Lync UCMA | 4.0, 5.0, latest |