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
override ClientFileName : string
override function get ClientFileName () : String

Property Value

Type: System.String
The path and file name of the file on the client.

.NET Framework Security

See Also

Reference

StreamTransferInformation Class

Microsoft.VisualStudio.TestTools.Execution Namespace