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。