Share via


BuildRequest.Postponed Property

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

Syntax

‘선언
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property Postponed As Boolean
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Public)]
public bool Postponed { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property bool Postponed {
    bool get ();
    void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member Postponed : bool with get, set
function get Postponed () : boolean
function set Postponed (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildRequest Class

Microsoft.TeamFoundation.Build.Server Namespace