スキームのないカテゴリのスキームを示す 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。