| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property FilesPaths As List(Of String) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaSession Dim value As List(Of String) value = instance.FilesPaths | |
| C# | |
|---|---|
public List<string> FilesPaths {get;} | |
| C++/CLI | |
|---|---|
public: property List<String^>^ FilesPaths { List<String^>^ get(); } | |
Property Value
(Read only) A String collection that contains the saved file path(s) when performing a file transfer.For an example, refer to WiaSession.AcquireToFile.
Gets a String collection that contains the saved file path(s) when performing a file transfer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code