CollectionDataContractAttribute.IsReference 속성

정의

개체 참조 데이터를 유지할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsReference { bool get(); void set(bool value); };
public bool IsReference { get; set; }
member this.IsReference : bool with get, set
Public Property IsReference As Boolean

속성 값

개체 참조 데이터를 유지하려면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

IsReference 설정은 컬렉션의 요소에는 적용되지 않습니다.

적용 대상

추가 정보