次の方法で共有


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> 要素に書き込まれます。

適用対象