ProcessTemplate.FileExists Property

Gets or sets a value indicating the existence of the file in version control.

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property FileExists As Boolean
[ClientPropertyAttribute(ClientVisibility.Private)]
public bool FileExists { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property bool FileExists {
    bool get ();
    void set (bool value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member FileExists : bool with get, set
function get FileExists () : boolean 
function set FileExists (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ProcessTemplate Class

Microsoft.TeamFoundation.Build.Server Namespace