PropertyIdRequestMessage Class
This structure contains the request message to get the property ID.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierPropertyIdRequestMessage

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class PropertyIdRequestMessage

The PropertyIdRequestMessage type exposes the following members.

Properties
NameDescription
Public propertyLogicalIdentifiers
Gets or sets the logical identifiers.
Public propertyObjectName
Gets or sets the name of the object.
Top
See Also