Compartir a través de


AtomFeedMetadata.Icon Propiedad

Obtiene o establece el URI del icono para una fuente.

Espacio de nombres:  Microsoft.Data.OData.Atom
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property Icon As Uri
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Uri
URI del icono para una fuente.

Vea también

Referencia

AtomFeedMetadata Clase

Espacio de nombres Microsoft.Data.OData.Atom