Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Time request was created
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property QueuedTime As DateTime
public DateTime QueuedTime { get; set; }
public:
property DateTime QueuedTime {
DateTime get ();
void set (DateTime value);
}
member QueuedTime : DateTime with get, set
function get QueuedTime () : DateTime
function set QueuedTime (value : DateTime)
Property Value
Type: System.DateTime
.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.