AtomCategoryMetadata.Scheme 属性

获取或设置指示该类别计划的 URI。

命名空间:  Microsoft.Data.OData.Atom
程序集:  Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)

语法

声明
Public Property Scheme As String
    Get
    Set
用法
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)

属性值

类型:System.String
指示该类别计划的 URI。

请参阅

参考

AtomCategoryMetadata 类

Microsoft.Data.OData.Atom 命名空间