Share via


Get.NoCIOption Property

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
Public Property NoCIOption As Boolean
public bool NoCIOption { get; set; }
public:
property bool NoCIOption {
    bool get ();
    void set (bool value);
}
member NoCIOption : bool with get, set
function get NoCIOption () : boolean
function set NoCIOption (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Get Class

Microsoft.TeamFoundation.Build.Tasks Namespace