ReferNotifier.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.