SignalingSession.Grid Property
NOTE: This API is now obsolete.
This property is obsolete in UCMA 2.0 and later versions. GRID functionality is no longer supported, so there is no alternative to this property.Gets or sets the grid context for this session. If this property is set, the endpoint has GRUU, and the GRUU does not have grid, this grid value is added to GRUU in the contact header. This is useful to associate this grid with this specific session when the endpoint has GRUU, but no grid. The association should be done by the application.
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 Grid As String
Get
Set
'Usage
Dim instance As SignalingSession
Dim value As String
value = instance.Grid
instance.Grid = value
[ObsoleteAttribute("This property will be removed from future versions. There is no alternative as the functionality is nolonger supported.")]
public string Grid { get; set; }
Property Value
Type: System.String
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the value is null. |
ArgumentException | Thrown when the value is null or empty. |