Gets or sets 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 Set |
Visual Basic (Usage) |
---|
Dim instance As GroupChatAddInSettings Dim value As Uri value = instance. Uri instance. Uri = value |
C# |
---|
public Uri Uri { get; set; } |