Gets or sets the domain user name of the user for which the build was requested.
Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property RequestedFor As String
public string RequestedFor { get; set; }
public:
property String^ RequestedFor {
    String^ get ();
    void set (String^ value);
}
member RequestedFor : string with get, set
function get RequestedFor () : String 
function set RequestedFor (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.