Share via


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
A string containing the URI scheme as a string.

See Also

Reference

SipUriParser Class

SipUriParser Members

Microsoft.Rtc.Signaling Namespace