ReferNotifier.State Property
Gets the current state of this Refer information. There is no state changed event for this state since the state changes are due to method calls made by the application only.
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. There is no state changed event for this state since the state changes are due to method calls made by the application only.