ICertSrvSetup::IsPropertyEditable method (casetup.h)

The IsPropertyEditable method indicates to the caller whether a specified property can be edited.

Syntax

HRESULT IsPropertyEditable(
  [in]  CASetupProperty propertyId,
  [out] VARIANT_BOOL    *pbEditable
);

Parameters

[in] propertyId

A CASetupProperty constant that specifies the type of property to query.

[out] pbEditable

A value that indicates whether the property can be edited.

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header casetup.h
DLL Certocm.dll

See also

ICertSrvSetup