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

The StatusMessageFiletype exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
AttributeCount
Count of attributes
BuildNumber
Build number the status message comes from, default is the build version of the binary
(Inherited from VarFile.)
ComponentName
Component name for the status message
Facility
Status message facility
FileSuffix
File suffix
(Overrides MessageFileBase . . :: . . FileSuffix.)
InboxName
Logical name for inbox. If inbox is not supported by the message, this can return null
(Inherited from MessageFileBase.)
InsertStringCount
Count of insert strings
IsInline
If true, this is an inline VF
(Inherited from VarFile.)
IsSigned
If true, file is signed
(Inherited from VarFile.)
MachineName
Machine name, default is the current machine name
MessageId
Status message ID
MessageTime
Status message time (default is current DateTime). Must be greater than Epochor else value will be overridden with current DateTime.
ModuleName
Module name
ParentSiteCode
Parent site for the current site, can be empty
ProcessId
Process ID sending the state message, default is the current process ID
RecordId
Message type ID for an implementing class
(Inherited from VarFile.)
IMessageBase . . :: . . Settings
Message settings and properties
(Inherited from MessageFileBase.)
Settings
Message settings and properties
(Inherited from MessageFileBase.)
Severity
Status message severity
SigningCertificate
Certificate to use for signing. Ignored unless IsSignedis true.
(Inherited from VarFile.)
SiteCode
Site code for the message
StatusType
Status message type
SupportsInbox
If true, inbox writing is supported for message
(Inherited from MessageFileBase.)
ThreadId
Thread ID sending the state message, default is the current thread ID
Win32Error
Win32 error, can be 0

See Also