AtomFeedMetadata.SourceId Property
Gets or sets the identifier for the feed if used as metadata of an Atom:source element.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property SourceId As String
Get
Set
'Usage
Dim instance As AtomFeedMetadata
Dim value As String
value = instance.SourceId
instance.SourceId = value
public string SourceId { get; set; }
public:
property String^ SourceId {
String^ get ();
void set (String^ value);
}
member SourceId : string with get, set
function get SourceId () : String
function set SourceId (value : String)
Property Value
Type: System.String
The identifier for the feed if used as metadata of an Atom:source element.