共用方式為


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

適用於