BuildEventArgs.SenderName Property

Definition

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

Applies to