StreamTransferInformation.ClientFileName Property
Gets the path and file 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 Overrides ReadOnly Property ClientFileName As String
protected internal override string ClientFileName { get; }
protected public:
virtual property String^ ClientFileName {
String^ get () override;
}
abstract ClientFileName : string with get
override ClientFileName : string with get
override function get ClientFileName () : String
Property Value
Type: String
The path and file 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.