SyndicationFeed.Documentation 屬性

定義

取得或設定摘要文件的連結。

public:
 property System::ServiceModel::Syndication::SyndicationLink ^ Documentation { System::ServiceModel::Syndication::SyndicationLink ^ get(); void set(System::ServiceModel::Syndication::SyndicationLink ^ value); };
public System.ServiceModel.Syndication.SyndicationLink Documentation { get; set; }
member this.Documentation : System.ServiceModel.Syndication.SyndicationLink with get, set
Public Property Documentation As SyndicationLink

屬性值

SyndicationLink實例,其中包含摘要檔的連結。

備註

序列化為 RSS 2.0 時, Documentation 屬性會寫入元素 <docs>

適用於