BasicTransferInformation.ClientFileName Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the path and name of the file on the client.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Protected Friend MustOverride ReadOnly Property ClientFileName As String
protected internal abstract string ClientFileName { get; }
protected public:
virtual property String^ ClientFileName {
String^ get () abstract;
}
abstract ClientFileName : string with get
abstract function get ClientFileName () : String
Property Value
Type: String
The path and name of the file on the client.
.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.