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)> _
Public Property Options As QueryOptions
[ClientPropertyAttribute(ClientVisibility.Public)]
public QueryOptions Options { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property QueryOptions Options {
QueryOptions get ();
void set (QueryOptions value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member Options : QueryOptions with get, set
function get Options () : QueryOptions
function set Options (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.