SyndicationItemFormatter.Version 属性

定义

获取格式化程序的联合版本。

public:
 abstract property System::String ^ Version { System::String ^ get(); };
public abstract string Version { get; }
member this.Version : string
Public MustOverride ReadOnly Property Version As String

属性值

String

格式化程序的联合版本。

注解

WCF 支持 RSS 2.0 和 Atom 1.0 规范。

适用于