RouteResultSuccess Property |
Gets a value representing whether the Route operation was successful.
Namespace: Rock.Messaging.RoutingAssembly: Rock.Messaging (in Rock.Messaging.dll) Version: 0.9.3
Syntaxpublic bool Success { get; }
Public ReadOnly Property Success As Boolean
Get
public:
property bool Success {
bool get ();
}
member Success : bool with get
Property Value
Type:
Boolean
See Also