LastUpdate Property

Conference id used to make changes to the conference.

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<(Of <(<'DateTime>)>)>

See Also

Reference

Conference Class

Conference Members

Microsoft.Rtc.Collaboration Namespace