ISdo::GetProperty method (sdoias.h)

The GetProperty method retrieves the value of the specified property.

Syntax

HRESULT GetProperty(
  [in]  LONG    Id,
  [out] VARIANT *pValue
);

Parameters

[in] Id

Specifies the ID of an existing property.

[out] pValue

Pointer to a VARIANT that contains the value of the property.

Return value

If the method succeeds the return value is S_OK.

If the method fails, the return value is one of the following error codes.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header sdoias.h
DLL Iassdo.dll

See also

IASCOMMONPROPERTIES

ISdo

ISdo::SetProperty

VARIANT