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
- 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.