DisplayPath.Target 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.
The DisplayTarget that this path connects to.
public:
property DisplayTarget ^ Target { DisplayTarget ^ get(); };
DisplayTarget Target();
public DisplayTarget Target { get; }
var displayTarget = displayPath.target;
Public ReadOnly Property Target As DisplayTarget
Property Value
A DisplayTarget value.