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

适用于