Share via


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 です。

適用対象