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 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.