Share via


CustomPresenceCategory.InstanceId Property

Gets or sets the instance id of the category

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property InstanceId As Long
    Get
    Set
'Usage
Dim instance As CustomPresenceCategory
Dim value As Long

value = instance.InstanceId

instance.InstanceId = value
public long InstanceId { get; set; }

Property Value

Type: System.Int64

Remarks

This is a required parameter only for the contact card category.

See Also

Reference

CustomPresenceCategory Class

CustomPresenceCategory Members

Microsoft.Rtc.Collaboration.Presence Namespace