ModuleListPageSearchOptions.Text 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 the value of the text
parameter that is passed to the constructor.
public:
property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String
Property Value
The value of the text
parameter that is passed to the constructor.
Remarks
This property is set in the constructor and is used to filter the list pages in a search.