AtomFeedMetadata.Icon Property

Gets or sets the URI of the icon for a feed.

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

Syntax

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

Property Value

Type: System.Uri
The URI of the icon for a feed.

See Also

Reference

AtomFeedMetadata Class

Microsoft.Data.OData.Atom Namespace