SyndicationFeed.SourceFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.