次の方法で共有


AtomFeedMetadata.Icon プロパティ

フィードのアイコンの URI を取得または設定します。

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

構文

'宣言
Public Property Icon As Uri
    Get
    Set
'使用
Dim instance As AtomFeedMetadata
Dim value As Uri

value = instance.Icon

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

プロパティ値

型: System.Uri
フィードのアイコンの URI。

関連項目

参照

AtomFeedMetadata クラス

Microsoft.Data.OData.Atom 名前空間