IQueuedBuild.RequestedBy Property
Gets the user who requested the queued build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property RequestedBy As String
string RequestedBy { get; }
property String^ RequestedBy {
String^ get ();
}
abstract RequestedBy : string with get
function get RequestedBy () : String
Property Value
Type: System.String
The user who requested the queued build.
.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.