Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the source of an entry and if the entry was copied from a different stream the property contains the feed metadata of the original feed.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Source As AtomFeedMetadata
Get
Set
'Usage
Dim instance As AtomEntryMetadata
Dim value As AtomFeedMetadata
value = instance.Source
instance.Source = value
public AtomFeedMetadata Source { get; set; }
public:
property AtomFeedMetadata^ Source {
AtomFeedMetadata^ get ();
void set (AtomFeedMetadata^ value);
}
member Source : AtomFeedMetadata with get, set
function get Source () : AtomFeedMetadata
function set Source (value : AtomFeedMetadata)
Property Value
Type: Microsoft.Data.OData.Atom.AtomFeedMetadata
The source of an entry.