Proprietà AtomFeedMetadata.Icon
Ottenere o imposta l'URI dell'icona per un feed.
Spazio dei nomi Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property Icon As Uri
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Uri
URI dell'icona per un feed.