BuildRequest2008.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
- 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.