ConversationContextChannelEstablishOptions.SimpleLink Property
Gets or sets a link to invoke remote application in a browser.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property SimpleLink As String
Get
Set
'Usage
Dim instance As ConversationContextChannelEstablishOptions
Dim value As String
value = instance.SimpleLink
instance.SimpleLink = value
public string SimpleLink { get; set; }
Property Value
Type: System.String
See Also
Reference
ConversationContextChannelEstablishOptions Class