StorageProviderSearchResult.MatchedPropertyName 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 an optional name identifying the most impactful property contributing to MatchScore for this result.
public:
property Platform::String ^ MatchedPropertyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring MatchedPropertyName();
void MatchedPropertyName(winrt::hstring value);
public string MatchedPropertyName { get; set; }
var string = storageProviderSearchResult.matchedPropertyName;
storageProviderSearchResult.matchedPropertyName = string;
Public Property MatchedPropertyName As String
Property Value
The name of the property that was matched in the search query.
Remarks
This is a canonical property name from the Windows property schema, (i.e. System.DisplayName).