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 self link of the feed. This link should point to the source of the feed.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property SelfLink As AtomLinkMetadata
Get
Set
'Usage
Dim instance As AtomFeedMetadata
Dim value As AtomLinkMetadata
value = instance.SelfLink
instance.SelfLink = value
public AtomLinkMetadata SelfLink { get; set; }
public:
property AtomLinkMetadata^ SelfLink {
AtomLinkMetadata^ get ();
void set (AtomLinkMetadata^ value);
}
member SelfLink : AtomLinkMetadata with get, set
function get SelfLink () : AtomLinkMetadata
function set SelfLink (value : AtomLinkMetadata)
Property Value
Type: Microsoft.Data.OData.Atom.AtomLinkMetadata
The self link of the feed.