RouteResultMessage Property |
Gets the message that was handled by a Route operation. If the Route operation was
unsuccessful, the value of this property will be null.
Namespace: Rock.Messaging.RoutingAssembly: Rock.Messaging (in Rock.Messaging.dll) Version: 0.9.3
Syntaxpublic Object Message { get; }
Public ReadOnly Property Message As Object
Get
public:
property Object^ Message {
Object^ get ();
}
member Message : Object with get
Property Value
Type:
Object
See Also