VersionControlServer.IgnoreFileName Property

Gets the ignored file name associated with the version control server.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Shared ReadOnly Property IgnoreFileName As String
public static string IgnoreFileName { get; }
public:
static property String^ IgnoreFileName {
    String^ get ();
}
static member IgnoreFileName : string with get
static function get IgnoreFileName () : String

Property Value

Type: System.String
The ignored file name associated with the version control server.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace