Share via


FileLogger.FilePath Property

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Property FilePath As String
public string FilePath { get; private set; }
public:
property String^ FilePath {
    String^ get ();
    private: void set (String^ value);
}
member FilePath : string with get, private set
function get FilePath () : String 
private function set FilePath (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FileLogger Class

Microsoft.TeamFoundation.Common Namespace