RequestSignalRMessageEventArgsMessage Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a string contains the message text that should be passed in the Signal R messsage.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string Message { get; set; }
Public Property Message As String
Get
Set
public:
property String^ Message {
String^ get ();
void set (String^ value);
}
function get_Message();
function set_Message(value);
Return Value
Type:
StringA string that contains the message text that should be passed in the Signal R messsage.
Remarks See Also