AtomFeedMetadata.Logo Property

Gets or sets the URI for the feed's logo.

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)

Property Value

Type: System.Uri
The URI for the feed’s logo.

See Also

Reference

AtomFeedMetadata Class

Microsoft.Data.OData.Atom Namespace