DataServiceContext.TypeScheme 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來表示服務使用哪種型別配置的 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 物件。
備註
在 ATOM 承載中,傳回值將會是分類項目的配置屬性,用來識別實體的型別。 預設值是 http://schemas.microsoft.com/ado/2007/08/dataservices/scheme
。