CloseExportConnectionRunStep.Reason Property
Retrieves or sets the CloseReason.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As CloseExportConnectionRunStep
Dim value As CloseReason
value = instance.Reason
Syntax
'Declaration
Public ReadOnly Property Reason As CloseReason
public CloseReason Reason { get; }
public:
property CloseReason Reason {
CloseReason get ();
}
/** @property */
public CloseReason get_Reason ()
public function get Reason () : CloseReason
Property Value
Returns CloseReason.
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
CloseExportConnectionRunStep Class
CloseExportConnectionRunStep Members
Microsoft.MetadirectoryServices Namespace