SerializationReferenceError.TargetObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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' }.