DataServiceContext.TypeScheme Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets the URI that is used to indicate what type scheme is used by the service.
Namespace: System.Data.Services.Client
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Syntax
'Declaration
Public Property TypeScheme As Uri
public Uri TypeScheme { get; set; }
Property Value
Type: System.Uri
A Uri object that contains the type scheme.
Remarks
In an Atom payload, the return value will be the scheme attribute of a category element used to find the type of an entity. The default value is https://schemas.microsoft.com/ado/2007/08/dataservices/scheme.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.