Gets the uri value for the hyperlink.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Hyperlink 
As 
Uri
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

MessagePartHyperLink
Dim 
value 
As 
Uri

value = instance.
Hyperlink
C#
public 
Uri 
Hyperlink { 
get; 
private 
set; }

Property Value

Type: System . . :: . . Uri

A Hyperlink containing the uri value.

See Also