次の方法で共有


AtomCategoriesMetadata.Href プロパティ

カテゴリ ドキュメントの URI を取得または設定します。

名前空間:  Microsoft.Data.OData.Atom
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public Property Href As Uri
    Get
    Set
'使用
Dim instance As AtomCategoriesMetadata
Dim value As Uri

value = instance.Href

instance.Href = value
public Uri Href { get; set; }
public:
property Uri^ Href {
    Uri^ get ();
    void set (Uri^ value);
}
member Href : Uri with get, set
function get Href () : Uri
function set Href (value : Uri)

プロパティ値

型: System.Uri
カテゴリ ドキュメントの URI。

説明

このプロパティが null でない場合は、プロパティ Fixed および Fixed は両方とも null である必要があり、Fixed は null または空のコレクションである必要があります。

関連項目

参照

AtomCategoriesMetadata クラス

Microsoft.Data.OData.Atom 名前空間