Show / Hide Table of Contents

Class GetInstancesResponse

A response message returned by system containing the requested instances.

Inheritance
object
GetInstancesResponse
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.ReferenceDataManagement
Syntax
[MessageContract]
public class GetInstancesResponse

Properties

Instances

A list of instances to which the user has access.

Declaration
[MessageBodyMember]
public IList<InstanceDTO> Instances { get; set; }
Property Value
Type Description
IList<InstanceDTO>

A list of instances to which the user has access.

Remarks

User need full control to the returned instances.

Back to top Created by Formpipe