Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the local owner's current privacy mode.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PrivacyMode As PrivacyMode
Get
'Usage
Dim instance As UserEndpointPresenceServices
Dim value As PrivacyMode
value = instance.PrivacyMode
public PrivacyMode PrivacyMode { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Presence.PrivacyMode
See Also
Reference
UserEndpointPresenceServices Class