DataPAServiceMessageMessage Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the message of this DataPA Enterprise Service Message.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Message { get; set; }
Public Property Message As String
Get
Set
public:
virtual property String^ Message {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Message();
function set_Message(value);
Property Value
Type:
StringThe the message of this DataPA Enterprise Service Message
Return Value
Type:
StringThe the message of this DataPA Enterprise Service Message
Remarks See Also