BuildQueueSpec2010.Options Property
Gets or sets the options that are used to control the amount of data returned.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, PropertyName := "QueryOptions", _
Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public Property Options As QueryOptions2010
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, PropertyName = "QueryOptions",
Direction = ClientPropertySerialization.ClientToServerOnly)]
public QueryOptions2010 Options { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public, PropertyName = L"QueryOptions",
Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property QueryOptions2010 Options {
QueryOptions2010 get ();
void set (QueryOptions2010 value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, PropertyName = "QueryOptions",
Direction = ClientPropertySerialization.ClientToServerOnly)>]
member Options : QueryOptions2010 with get, set
function get Options () : QueryOptions2010
function set Options (value : QueryOptions2010)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.QueryOptions2010
Returns QueryOptions2010.
.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
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace