BuildEventArgs.SenderName 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.
Name of the object sending this event.
public:
property System::String ^ SenderName { System::String ^ get(); };
public string SenderName { get; }
public string? SenderName { get; }
public string SenderName { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.SenderName : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.SenderName : string
Public ReadOnly Property SenderName As String
Property Value
The name of the Object raising the event.
- Attributes