フィードのロゴの 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。