Udostępnij przez


SerializationReferenceError.SourceObject Property

Definition

Gets the path in the model of the object that has an error referencing another object.

public string SourceObject { get; }
member this.SourceObject : string
Public ReadOnly Property SourceObject 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