Sdílet prostřednictvím


DataServiceContext.TypeScheme Vlastnost

Definice

Získá nebo nastaví identifikátor URI sloužící k označení, jaké schéma typu služba používá.

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

Hodnota vlastnosti

Uri

Objekt Uri , který obsahuje schéma typu.

Poznámky

V datové části ATOM bude návratová hodnota atributem schématu elementu category, který slouží k identifikaci typu entity. Výchozí hodnota je http://schemas.microsoft.com/ado/2007/08/dataservices/scheme.

Platí pro