MACapabilities.ExportPasswordInFirstPass Property

Gets or sets a value indicating whether the management agent supports exporting the passwords in the first pass.

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

Usage

'Usage
Dim instance As MACapabilities
Dim value As Boolean

value = instance.ExportPasswordInFirstPass

instance.ExportPasswordInFirstPass = value

Syntax

'Declaration
Public Property ExportPasswordInFirstPass As Boolean
public bool ExportPasswordInFirstPass { get; set; }
public:
property bool ExportPasswordInFirstPass {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ExportPasswordInFirstPass ()

/** @property */
public void set_ExportPasswordInFirstPass (boolean value)
public function get ExportPasswordInFirstPass () : boolean

public function set ExportPasswordInFirstPass (value : boolean)

Property Value

Returns Boolean.

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

MACapabilities Class
MACapabilities Members
Microsoft.MetadirectoryServices Namespace