次の方法で共有


AtomFeedMetadata.Logo プロパティ

フィードのロゴの URI を取得または設定します。

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

構文

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

value = instance.Logo

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

プロパティ値

型: System.Uri
フィードのロゴの URI。

関連項目

参照

AtomFeedMetadata クラス

Microsoft.Data.OData.Atom 名前空間