DataServiceContext.TypeScheme 속성

정의

서비스에서 사용되는 형식 구성표를 나타내는 데 사용되는 URI를 가져오거나 설정합니다.

public:
 property Uri ^ TypeScheme { Uri ^ get(); void set(Uri ^ value); };
public Uri TypeScheme { get; set; }
member this.TypeScheme : Uri with get, set
Public Property TypeScheme As Uri

속성 값

Uri

Uri 형식 구성표를 포함하는 개체입니다.

설명

ATOM 페이로드에서 반환 값은 엔터티의 형식을 식별하는 데 사용되는 범주 요소의 체계 특성입니다. 기본값은 http://schemas.microsoft.com/ado/2007/08/dataservices/scheme입니다.

적용 대상