다음을 통해 공유


EntityPropertyMappingAttribute.KeepInContent 속성

정의

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

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

속성 값

속성이 피드의 두 위치에 모두 매핑되면 true이고, 그렇지 않으면 falseBoolean 값입니다.

설명

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

적용 대상