Call.CanBeDeflected 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 whether this call can be deflected to a destination URI other than given destination URI.
protected:
virtual property bool CanBeDeflected { bool get(); };
protected virtual bool CanBeDeflected { get; }
member this.CanBeDeflected : bool
Protected Overridable ReadOnly Property CanBeDeflected As Boolean