Click or drag to resize
DataPAServiceMessage Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that defines a DataPA Enterprise Service Message.
Inheritance Hierarchy
SystemObject
  DataPAServerSecurityDataPAServiceMessage

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class DataPAServiceMessage : _DataPAServiceMessage

The DataPAServiceMessage type exposes the following members.

Constructors
  NameDescription
Public methodDataPAServiceMessage
Creates and returns a new DataPA Enteprise Service Message object.
Public methodDataPAServiceMessage(Int64)
Creates and returns a new DataPA Enteprise Service Message object.
Public methodDataPAServiceMessage(String, Int64)
Creates and returns a new DataPA Enteprise Service Message object.
Top
Methods
  NameDescription
Public methodSerializetoJSON
Serializes the object into a JSON format so it can be passed.
Top
Fields
Properties
  NameDescription
Public propertyMessage
Gets and sets the message of this DataPA Enterprise Service Message.
Public propertyMessageObject
Gets and sets the object of this DataPA Enterprise Service Message.
Top
Remarks