InviteReceivedEventArgs.Endpoint Property
Gets or sets the endpoint.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Property Endpoint As LocalEndpoint
Get
Set
'Usage
Dim value As LocalEndpoint
value = Me.Endpoint
Me.Endpoint = value
protected LocalEndpoint Endpoint { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.LocalEndpoint