SyndicationFeed.SourceFormat Eigenschaft

Definition

Ruft das Format des Quelldokuments ab. Wenn das Objekt nicht aus einem Dokument geladen wird, gibt diese Eigenschaft SyndicationFormat_Atom10 zurück.

public:
 property SyndicationFormat SourceFormat { SyndicationFormat get(); };
SyndicationFormat SourceFormat();
public SyndicationFormat SourceFormat { get; }
var syndicationFormat = syndicationFeed.sourceFormat;
Public ReadOnly Property SourceFormat As SyndicationFormat

Eigenschaftswert

Das Format des Quelldokuments oder SyndicationFormat_Atom10.

Gilt für: