MessageObjectProperty.Value

MessageObjectProperty.Value property

Gets or sets the value of the property.

public object Value { get; set; }

Property Value

The value.

Exceptions

exceptioncondition
ArgumentNullExceptionIf passed value is null.

See Also