Rss20ItemFormatter.Version 属性

定义

获取格式化程序使用的联合版本。Gets the syndication version used by the formatter.

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

属性值

String

格式化程序使用的联合版本。The syndication version used by the formatter.

注解

Windows Communication Foundation (WCF) 支持 Atom 1.0 和 RSS 2.0 联合版本。Windows Communication Foundation (WCF) supports Atom 1.0 and RSS 2.0 syndication versions.

适用于