StatusReport Property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUProjectStatus
IERUSiteRoom

 

 

StatusReport property

Returns a longer description of an eRoom Project Status. The default for a newly-created or upgraded eRoom is blank.

Syntax


C++

HRESULT get_StatusReport(IERURichText** ppStatusReport) 

Scripting languages

StatusReport = Room.StatusReport 

Home

Applies to
IERUProjectStatus



 

Go to Top

StatusReport property

Returns the summary status for this eRoom.

Syntax


C++

HRESULT get_StatusReport(BSTR* ppStatusReport) 

Scripting languages

StatusReport = Room.StatusReport 

Home

Applies to
IERUSiteRoom