Msg Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A posted Message to a Forum.
Syntax
public class Msg Public Class Msg Properties
| Name | Description |
|---|---|
| CreateDate | The date and time that the message was created. |
| CreateUserId | The ID of the user that created the message. |
| CreateUserName | The name of the user that created the message. |
| ForumId | The ID of the Forum. |
| Id | The Vault ID for the object. |
| MsgTxt | The body of the message. |
| ParMsgId | If the message is a reply to another message, this is the ID of the parent message. Otherwise the value is -1. |
| Subject | The subject of the message. |
Returned By
Where you get a Msg — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Msg