AudioVideoCall.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 the call has potential to be deflected to some other target than the original target.
protected:
virtual property bool CanBeDeflected { bool get(); };
protected override bool CanBeDeflected { get; }
member this.CanBeDeflected : bool
Protected Overrides ReadOnly Property CanBeDeflected As Boolean