Get.Preview Property

When set to true, no files are actually downloaded; instead, events are fired that show what files would have been downloaded.

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Get Class

Microsoft.TeamFoundation.Build.Tasks Namespace