Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the path and file name of the file on the client file system.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Protected Friend Overrides ReadOnly Property ClientFileName As String
protected internal override string ClientFileName { get; }
protected public:
virtual property String^ ClientFileName {
String^ get () override;
}
abstract ClientFileName : string
override ClientFileName : string
override function get ClientFileName () : String
Property Value
Type: System.String
The path and file name of the file on the client file system.
.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.