Proprietà AtomCategoryMetadata.Scheme
Ottiene o imposta l'URI che indica lo schema della categoria.
Spazio dei nomi Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property Scheme As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
URI che indica lo schema della categoria.