CanModifyMemberProperty method

Determines whether the specified member property can be modified.

Syntax


C++
HRESULT CanModifyMemberProperty(
   ERUMemberPropertyID PropertyID
   VARIANT_BOOL* pStatus)
Scripting languages
Status = Object.CanModifyMemberProperty(
   PropertyID as ERUMemberPropertyID)

Parameters


PropertyID

Specifies which ERUMemberPropertyID to query.

pStatus

Indicates whether the given property can be modified

Return value


C++

The return code.

Scripting languages

Boolean status indicating whether the given property can be modified.

Home

Applies to

IERUDirectoryConnection