SipUriParser.GridUriParameter Property
NOTE: This API is now obsolete.
This property is obsolete in UCMA 2.0 and will be removed in later versions. GRID functionality is no longer supported, so there is no alternative to this property.Gets or sets the grid parameter in URI.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property will be removed from future versions. There is no alternative as the functionality is nolonger supported.")> _
Public Property GridUriParameter As String
Get
Set
'Usage
Dim instance As SipUriParser
Dim value As String
value = instance.GridUriParameter
instance.GridUriParameter = value
[ObsoleteAttribute("This property will be removed from future versions. There is no alternative as the functionality is nolonger supported.")]
public string GridUriParameter { get; set; }
Property Value
Type: System.String