Share via


ReadExportFileRunStep.FilePath Property

Retrieves the file path.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As ReadExportFileRunStep
Dim value As String

value = instance.FilePath

Syntax

'Declaration
Public MustOverride ReadOnly Property FilePath As String
public abstract string FilePath { get; }
public:
virtual property String^ FilePath {
    String^ get () abstract;
}
/** @property */
public abstract String get_FilePath ()
public abstract function get FilePath () : String

Property Value

Returns String.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ReadExportFileRunStep Class
ReadExportFileRunStep Members
Microsoft.MetadirectoryServices Namespace