Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.