SyndicationTextInput.Link 属性

定义

获取或设置源项的 textInput URL。

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

属性值

源项的 textInput URL 作为 SyndicationLink

注解

Link 定义输入表单将面向的 URL 终结点。

适用于