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