SyndicationFeed.TextInput Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.