DisplayTarget.IsVirtualTopologyEnabled Property

Definition

Returns a Boolean value indicating whether this target supports virtual/software clone.

public:
 property bool IsVirtualTopologyEnabled { bool get(); };
bool IsVirtualTopologyEnabled();
public bool IsVirtualTopologyEnabled { get; }
var boolean = displayTarget.isVirtualTopologyEnabled;
Public ReadOnly Property IsVirtualTopologyEnabled As Boolean

Property Value

Boolean

bool

true if this target supports virtual/software clone, otherwise false.

Applies to