RemotePresenceView.SubscriberEndpoint 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 the instance of endpoint to which this RemotePresenceView belongs.
public:
property Microsoft::Rtc::Collaboration::LocalEndpoint ^ SubscriberEndpoint { Microsoft::Rtc::Collaboration::LocalEndpoint ^ get(); };
public Microsoft.Rtc.Collaboration.LocalEndpoint SubscriberEndpoint { get; }
member this.SubscriberEndpoint : Microsoft.Rtc.Collaboration.LocalEndpoint
Public ReadOnly Property SubscriberEndpoint As LocalEndpoint