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 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