RequestSignalRMessageEventArgsMessageType Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that contains the message type that should be used for the Signal R message.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string MessageType { get; set; }
Public Property MessageType As String
Get
Set
public:
property String^ MessageType {
String^ get ();
void set (String^ value);
}
function get_MessageType();
function set_MessageType(value);
Return Value
Type:
StringA value that contains the message type that should be used for the Signal R message.
Remarks See Also