ObjectResponseMessageObjectInformations Property
Gets or sets the object informations.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<ObjectInformation> ObjectInformations { get; set; }

Property Value

Type: CollectionObjectInformation
The object informations.
See Also