PropertyResponseMessage Class
The structure contains property information along with the status of the request.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierPropertyResponseMessage

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class PropertyResponseMessage

The PropertyResponseMessage type exposes the following members.

Properties
NameDescription
Public propertyErrorCode
Gets or sets the error code.
Public propertyErrorDescription
Gets or sets the error description.
Public propertyObjectInfo
Gets or sets the object information.
Public propertyPropertyInformations
Gets or sets the property informations.
Top
See Also