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