Compartir a través de


AtomFeedMetadata.SourceId Propiedad

Obtiene o establece el identificador de la fuente si se usa como metadatos de un elemento Atom:source.

Espacio de nombres:  Microsoft.Data.OData.Atom
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property SourceId As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
Identificador de la fuente si se usa como metadatos de un elemento Atom:source.

Vea también

Referencia

AtomFeedMetadata Clase

Espacio de nombres Microsoft.Data.OData.Atom