SyndicationFeed.SourceFormat Property

Definition

Gets the format of the source document. If the object is not loaded from a document, this property will return SyndicationFormat_Atom10.

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

Property Value

The format of the source document or SyndicationFormat_Atom10.

Applies to