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