| |
RejectionComment propertyReturns the rejection comment for this row. This property returns the empty string if the row does not contain a rejection comment. A rejection comment is optionally set into a row, when it is rejected from its current step. The comment is always in plain text. This accessor throws an invalid operation error if it is called on rows that are not children of a process step. SyntaxC++HRESULT get_RejectionComment(BSTR* pRejectionComment) Scripting languagesRejectionComment = Row.RejectionComment |