Partager via


Propriété AtomFeedMetadata.Icon

Obtient ou définit l'URI de l'icône associée à un flux de données.

Espace de noms :  Microsoft.Data.OData.Atom
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Property Icon As Uri
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Uri
URI de l'icône associée à un flux de données.

Voir aussi

Référence

AtomFeedMetadata Classe

Espace de noms Microsoft.Data.OData.Atom