online source control
back to content
sign up free version control plan

SVGlobalMessageArray Class Array

Description

The class array of SSVGlobalMessage class, which contains global message information.

Syntax

class SSVGlobalMessage
{
     in m_iMessageIdentity;
     String m_strMessageTitle;
     String m_strMessageContent;
     Calendar m_timeMessagePublish;
}

Fields

m_iMessageIdentity
Returns the identity of the global message.

m_strMessageTitle
Returns the titile of the global message.

m_strMessageContent
Returns the content of the global message.

m_timeMessagePublish
Returns the time when the global message is published.

See Also