MessageObjectProperty

MessageObjectProperty class

Represents a property on a MessageObject .

Constructors

NameDescription
MessageObjectProperty (2 overloads)Initializes a new instance of the MessageObjectProperty class.

Methods

NameDescription
get_AtomicGets a value indicating whether this MessageObjectProperty is atomic.
get_FlagsGets the flags set on a property.
get_GuidGets the GUID for the named property.
get_IdGets the id of the property.
get_NameGets the name of the property if it’s named.
get_NamedGets a value indicating whether this MessageObjectProperty is a named property.
get_NameIdGets the name id of the property if it’s named.
get_PropertyKindGets the kind of the property if it’s named.
get_PropertyTagGets the property tag, a combined value which contains Id and PropertyType
get_PropertyTypeGets the type of the property.
get_ValueGets the value of the property.
set_GuidSets the GUID for the named property.
set_NameSets the name of the property if it’s named.
set_NameIdSets the name id of the property if it’s named.
set_PropertyKindSets the kind of the property if it’s named.
set_ValueSets the value of the property.
ToByteArrayConverts the value of the property to byte array.
ToDateTimeConverts the value of the property to DateTime.
ToGuidConverts the value of the property to Guid .
ToIntConverts the value of the property to integer.
ToListConverts the value of the property to a list of values.
ToStringRepresentationConverts the value of the property to string.