Partilhar via


CallOrbit.OrbitUri Property

Gets the safe retrieval URI, if available.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property OrbitUri As String
    Get
'Usage
Dim instance As CallOrbit
Dim value As String

value = instance.OrbitUri
public string OrbitUri { get; }

Property Value

Type: System.String

Remarks

The safe retrieval URI is used to retrieve a parked call from the instance of the call park server where the call is parked. This property returns an empty string if the safe retrieval URI is not available.

See Also

Reference

CallOrbit Class

CallOrbit Members

Microsoft.Rtc.Collaboration Namespace