TargetStartedEventArgs.ParentTarget 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.
Target which caused this target to build
public:
property System::String ^ ParentTarget { System::String ^ get(); };
public string ParentTarget { get; }
public string ParentTarget { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ParentTarget : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ParentTarget : string
Public ReadOnly Property ParentTarget As String
Property Value
- Attributes