SyncWorkspace.NoCIOption Property

Gets or sets a flag indicating that there is no CI option.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property NoCIOption As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> NoCIOption { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ NoCIOption {
    InArgument<bool>^ get ();
    void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member NoCIOption : InArgument<bool> with get, set
function get NoCIOption () : InArgument<boolean>
function set NoCIOption (value : InArgument<boolean>)

Property Value

Type: System.Activities.InArgument<Boolean>
True if there is no CI option; otherwise, false.

.NET Framework Security

See Also

Reference

SyncWorkspace Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace