SyndicationFeed.TextInput Property

Definition

Gets or sets the TextInput property for the feed.

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

Property Value

A SyndicationTextInput instance that contains required parameters for the RSS textInput item for the feed.

Remarks

The RSS specification allows for a textInput item to be included within a syndication feed that the publisher can use to direct search requests or obtain feedback through a simple text input box and button. See SyndicationTextInput for more detail. If the textInput element is incomplete, malformed, or missing, then TextInput will be null.

Applies to