RoomUser.Uri property

Get the RoomUser URI

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property Uri As String
    Get
'Usage
Dim instance As RoomUser
Dim value As String

value = instance.Uri
public string Uri { get; }

Property value

Type: System.String

Remarks

Uri is null if the Lync client user is signed out.

See also

Reference

RoomUser class

RoomUser members

Microsoft.Lync.Model.Room namespace