Share via


ImportRunStep.CustomData Property

Custom data.

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

Usage

'Usage
Dim instance As ImportRunStep
Dim value As String

value = instance.CustomData

Syntax

'Declaration
Public ReadOnly Property CustomData As String
public string CustomData { get; }
public:
property String^ CustomData {
    String^ get ();
}
/** @property */
public String get_CustomData ()
public function get CustomData () : 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

ImportRunStep Class
ImportRunStep Members
Microsoft.MetadirectoryServices Namespace