QueuedBuildUpdateOptions2010.Postponed Property
Gets or sets the postponed state.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public Property Postponed As Boolean
[ClientPropertyAttribute(ClientVisibility.Public, Direction = ClientPropertySerialization.ClientToServerOnly)]
public bool Postponed { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property bool Postponed {
bool get ();
void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, Direction = ClientPropertySerialization.ClientToServerOnly)>]
member Postponed : bool with get, set
function get Postponed () : boolean
function set Postponed (value : boolean)
Property Value
Type: System.Boolean
Returns 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.
See Also
Reference
QueuedBuildUpdateOptions2010 Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace