Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.