SipUriParser.Scheme Property
Gets or sets the URI scheme as a string.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Scheme As String
Get
Set
'Usage
Dim instance As SipUriParser
Dim value As String
value = instance.Scheme
instance.Scheme = value
public string Scheme { get; set; }
Property Value
Type: System.String