DisplayTarget.IsVirtualTopologyEnabled 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.
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
.