[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The StateMessagetype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
MessageTime
The datetime for the state message. Default is Now.
MessageTimeString
The datetime for the state message. This is only for serialization. MessageTime should be used instead
SerialNumber
Serial number for the message. Do not use for FSP messages.
Site
Site code details for replication. This is required for FSP messages and not used for regular state messages.
State
Gets/sets the state blob for the message. This is required.
StateDetails
State message details. Used by FSP messages.
Topic
Gets/sets the topic details for the message. This is required.
UserParameters
The parameters for the message. This is required.

See Also