MessageObjectProperty Properties

The MessageObjectProperty type exposes the following members.

Properties
  NameDescription
Public propertyAtomic
Gets a value indicating whether this MessageObjectProperty is atomic.
Public propertyFlags
Gets the flags set on a property.
Public propertyGuid
Gets or sets the GUID for the named property.
Public propertyId
Gets the id of the property.
Public propertyName
Gets or sets the name of the property if it's named.
Public propertyNamed
Gets a value indicating whether this MessageObjectProperty is a named property.
Public propertyNameId
Gets or sets the name id of the property if it's named.
Public propertyPropertyKind
Gets or sets the kind of the property if it's named.
Public propertyPropertyTag
Gets the property tag, a combined value which contains Id and PropertyType
Public propertyPropertyType
Gets the type of the property.
Public propertyValue
Gets or sets the value of the property.
See Also