LocationProfileInstance.InstanceId Property
NOTE: This API is now obsolete.
Gets the ID of the location profile instance.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obselete.")> _
Public ReadOnly Property InstanceId As String
Get
'Usage
Dim instance As LocationProfileInstance
Dim value As String
value = instance.InstanceId
[ObsoleteAttribute("This class is obselete.")]
public string InstanceId { get; }
Property Value
Type: System.String