Atom10FeedFormatter::Version Property

 

Gets the syndication version used by the formatter.

Namespace:   System.ServiceModel.Syndication
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property String^ Version {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The syndication version used by the formatter.

Windows Communication Foundation (WCF) supports Atom 1.0 and RSS 2.0 syndication versions.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Return to top
Show: