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。