Partager via


Propriété AtomCategoryMetadata.Scheme

Obtient ou définit l'URI qui indique le schéma de la catégorie.

Espace de noms :  Microsoft.Data.OData.Atom
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Property Scheme As String
    Get
    Set
'Utilisation
Dim instance As AtomCategoryMetadata
Dim value As String

value = instance.Scheme

instance.Scheme = value
public string Scheme { get; set; }
public:
property String^ Scheme {
    String^ get ();
    void set (String^ value);
}
member Scheme : string with get, set
function get Scheme () : String
function set Scheme (value : String)

Valeur de propriété

Type : System.String
URI qui indique le schéma de la catégorie.

Voir aussi

Référence

AtomCategoryMetadata Classe

Espace de noms Microsoft.Data.OData.Atom