Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>