MessageObjectProperty
Contents
[
Hide
]MessageObjectProperty class
Represents a property on a MessageObject .
Constructors
| Name | Description |
|---|---|
| MessageObjectProperty (2 overloads) | Initializes a new instance of the MessageObjectProperty class. |
Methods
| Name | Description |
|---|---|
| get_Atomic | Gets a value indicating whether this MessageObjectProperty is atomic. |
| get_Flags | Gets the flags set on a property. |
| get_Guid | Gets the GUID for the named property. |
| get_Id | Gets the id of the property. |
| get_Name | Gets the name of the property if it’s named. |
| get_Named | Gets a value indicating whether this MessageObjectProperty is a named property. |
| get_NameId | Gets the name id of the property if it’s named. |
| get_PropertyKind | Gets the kind of the property if it’s named. |
| get_PropertyTag | Gets the property tag, a combined value which contains Id and PropertyType |
| get_PropertyType | Gets the type of the property. |
| get_Value | Gets the value of the property. |
| set_Guid | Sets the GUID for the named property. |
| set_Name | Sets the name of the property if it’s named. |
| set_NameId | Sets the name id of the property if it’s named. |
| set_PropertyKind | Sets the kind of the property if it’s named. |
| set_Value | Sets the value of the property. |
| ToByteArray | Converts the value of the property to byte array. |
| ToDateTime | Converts the value of the property to DateTime. |
| ToGuid | Converts the value of the property to Guid . |
| ToInt | Converts the value of the property to integer. |
| ToList | Converts the value of the property to a list of values. |
| ToStringRepresentation | Converts the value of the property to string. |