取得或設定表示未含配置之分類配置的 URI。
命名空間: Microsoft.Data.OData.Atom
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Property Scheme As String
Get
Set
'用途
Dim instance As AtomCategoriesMetadata
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)
屬性值
型別:System.String
表示未含配置之分類配置的 URI。