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

Property Value

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

.NET Framework Security

See Also

Reference

BasicTransferInformation Class

Microsoft.VisualStudio.TestTools.Execution Namespace