Edit

Share via


ReferNotifier.State Property

Definition

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.

public:  property Microsoft::Rtc::Signaling::ReferState State {  public:
Microsoft::Rtc::Signaling::ReferState get(); protected:
 void set(Microsoft::Rtc::Signaling::ReferState value); };
public Microsoft.Rtc.Signaling.ReferState State { get; protected set; }
member this.State : Microsoft.Rtc.Signaling.ReferState with get, set
Public Property State As ReferState

Property Value

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.

Applies to