Gets an object used to publish the Presence data of the owner of the local endpoint.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
LocalOwnerPresence 
As 

LocalOwnerPresence
C#
public 

LocalOwnerPresence 
LocalOwnerPresence { 
get; }
Visual C++
public:
property 

LocalOwnerPresence^ 
LocalOwnerPresence {
	

LocalOwnerPresence^ 
get ();
}
JavaScript
function get_
localOwnerPresence();

Remarks

The local endpoint must be registered to publish Presence data.

See Also