Conference.LastUpdate Property
Gets the time of creation or last modification.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property LastUpdate As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As Conference
Dim value As Nullable(Of DateTime)
value = instance.LastUpdate
public Nullable<DateTime> LastUpdate { get; internal set; }
Property Value
Type: System.Nullable<DateTime>