DataContractSerializer.PreserveObjectReferences 속성

정의

비표준 XML 구문을 사용하여 개체 참조 데이터를 유지할지 여부를 지정하는 값을 가져옵니다.

public:
 property bool PreserveObjectReferences { bool get(); };
public bool PreserveObjectReferences { get; }
member this.PreserveObjectReferences : bool
Public ReadOnly Property PreserveObjectReferences As Boolean

속성 값

참조를 유지하면 true이고, 그렇지 않으면 false입니다.

적용 대상