InviteReceivedEventArgs.Endpoint Property
Definition
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 endpoint.
protected:
property Microsoft::Rtc::Collaboration::LocalEndpoint ^ Endpoint { Microsoft::Rtc::Collaboration::LocalEndpoint ^ get(); void set(Microsoft::Rtc::Collaboration::LocalEndpoint ^ value); };
protected Microsoft.Rtc.Collaboration.LocalEndpoint Endpoint { get; set; }
member this.Endpoint : Microsoft.Rtc.Collaboration.LocalEndpoint with get, set
Protected Property Endpoint As LocalEndpoint