PreviewTeamView.IsScreenSharing 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.
Describes the state of the outbound screen sharing.
public:
property bool IsScreenSharing { bool get(); };
bool IsScreenSharing();
public bool IsScreenSharing { get; }
var boolean = previewTeamView.isScreenSharing;
Public ReadOnly Property IsScreenSharing As Boolean
Property Value
Boolean
bool
True if the outbound screen is currently sharing; otherwise, False.