Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.