Freigeben über


AtomFeedMetadata.Logo-Eigenschaft

Ruft den URI für das Logo des Feeds ab oder legt ihn fest.

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property Logo As Uri
    Get
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Uri
Der URI für das Logo des Feeds.

Siehe auch

Verweis

AtomFeedMetadata Klasse

Microsoft.Data.OData.Atom-Namespace