ReadOnlyMode Property

This property specifies whether the LDAP server instance is set to read-only mode.

IDL Definition

[propget] 
HRESULT ReadOnlyMode([out, retval] VARIANT* pData );
[propput] 
HRESULT ReadOnlyMode([in] VARIANT Data );

Type

VT_BOOL (boolean)

Remarks

If the server is set to read-only mode, no database updates are allowed.

Example


© 1997-1998 Microsoft Corporation. All rights reserved.