Share via


State Property

Gets or sets the current state of this Refer information.

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

Syntax

'Declaration
Public Property State As ReferState
    Get
    Protected Set
'Usage
Dim instance As ReferNotifier
Dim value As ReferState

value = instance.State

instance.State = value
public ReferState State { get; protected set; }

Property Value

Type: Microsoft.Rtc.Signaling..::..ReferState
Gets the current state of this Refer information.

Remarks

There is no state changed event for this state because the state changes are due to method calls made by the application only.

See Also

Reference

ReferNotifier Class

ReferNotifier Members

Microsoft.Rtc.Signaling Namespace