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 or sets the actual presence category data.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Category As PresenceCategory
Get
Set
'Usage
Dim instance As PresenceCategoryWithMetaData
Dim value As PresenceCategory
value = instance.Category
instance.Category = value
public PresenceCategory Category { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.Presence.PresenceCategory
See Also
Reference
PresenceCategoryWithMetaData Class