PresenceCategoryWithMetaData.InstanceId Property
Gets the instance ID of the category item.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property InstanceId As Long
Get
'Usage
Dim instance As PresenceCategoryWithMetaData
Dim value As Long
value = instance.InstanceId
public long InstanceId { get; }
Property Value
Type: System.Int64
See Also
Reference
PresenceCategoryWithMetaData Class