InformationEditRequest.Options Property
Gets or sets the behavior to use when updating the fields.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property Options As InformationEditOptions
public InformationEditOptions Options { get; set; }
public:
property InformationEditOptions Options {
InformationEditOptions get ();
void set (InformationEditOptions value);
}
member Options : InformationEditOptions with get, set
function get Options () : InformationEditOptions
function set Options (value : InformationEditOptions)
Property Value
Type: Microsoft.TeamFoundation.Build.Server.InformationEditOptions
Returns InformationEditOptions.
.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.