RedirectingEventArgs.Action 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 or sets the Action associated with the current redirect.
public:
abstract property Microsoft::Rtc::Signaling::RedirectAction Action { Microsoft::Rtc::Signaling::RedirectAction get(); void set(Microsoft::Rtc::Signaling::RedirectAction value); };
public abstract Microsoft.Rtc.Signaling.RedirectAction Action { get; set; }
member this.Action : Microsoft.Rtc.Signaling.RedirectAction with get, set
Public MustOverride Property Action As RedirectAction