Proprietà AtomFeedMetadata.SourceId
Ottiene o imposta l'identificatore per il feed se utilizzato come metadati di un elemento Atom:source.
Spazio dei nomi Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property SourceId As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
Identificatore per il feed se utilizzato come metadati di un elemento Atom:source.