Share via


BuildCompletionEvent2.RequestedBy Property

Gets or sets the domain user name of the user that made the request for the build.

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property RequestedBy As String
public string RequestedBy { get; set; }
public:
property String^ RequestedBy {
    String^ get ();
    void set (String^ value);
}
member RequestedBy : string with get, set
function get RequestedBy () : String 
function set RequestedBy (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildCompletionEvent2 Class

Microsoft.TeamFoundation.Build.Server Namespace