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.
Create an instance of the ContactCard class.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
instanceId As Long _
)
'Usage
Dim instanceId As Long
Dim instance As New ContactCard(instanceId)
public ContactCard(
long instanceId
)
Parameters
- instanceId
Type: System.Int64
The instance ID of the ContactCard.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when instanceId is not between 0 and UInt32.MaxValue. |