EntityPropertyMappingAttribute.KeepInContent 속성

정의

피드의 콘텐츠 섹션과 매핑된 위치에서 속성 값을 반복해야 하는지 여부를 나타내는 부울 값을 가져옵니다.

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

속성 값

Boolean 속성이 true 피드의 두 위치에 매핑되는 경우의 값입니다. 그렇지 않으면 false.

설명

KeepInContent 이 있는 경우 true피드는 프로토콜 버전 1.0을 사용하는 WCF Data Services 클라이언트 애플리케이션과 이전 버전과 호환됩니다. 값 KeepInContent 이 있는 경우 false데이터 서비스에서 사용하는 프로토콜 버전은 2.0 이상 버전이어야 합니다. 자세한 내용은 Data Service 버전 관리를 참조하세요.

적용 대상