LocalPresentityNotificationEventArgs.ServiceCapabilities Property
Gets the Service capabilities.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceCapabilities As Services
Get
'Usage
Dim instance As LocalPresentityNotificationEventArgs
Dim value As Services
value = instance.ServiceCapabilities
public Services ServiceCapabilities { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Presence.Services
Remarks
These are the overall capabilities that are "aggregated" from all of the local owner's endpoint capabilities.
See Also
Reference
LocalPresentityNotificationEventArgs Class