Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URI that indicates the scheme of the category.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Scheme As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The URI that indicates the scheme of the category.