RelationInformationPropertiesInformation Property
This is an array of the PropertyInformation structure that contains information about Properties of the Relationship from the target instance side. Specify values for the members of this structure only if the Relationship between the Objects is of type Many to Many.

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
public PropertyInformation[] PropertiesInformation { get; set; }

Property Value

Type: PropertyInformation
See Also