Udostępnij przez


SerializationReferenceError.TargetObject Property

Definition

Gets the path in the model of the object that is referenced by the source object.

public string TargetObject { get; }
member this.TargetObject : string
Public ReadOnly Property TargetObject As String

Property Value

A String with the path in the model.

Remarks

The path is constructed of pairs of object-type and name; e.g. if the source object is a Table the path will look something like { Table: 'table-name' }, if the source object is a Measure the path will look something like { Table: 'table-name', Measure: 'measure-name' }.

Applies to