Gets the URI of the web page to be displayed by the add-in.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Uri As Uri Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As GroupChatAddIn Dim value As Uri value = instance. Uri |
C# |
---|
public Uri Uri { get; private set; } |