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