Share via


StorageProviderSearchResult.MatchedPropertyName Property

Definition

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

String

Platform::String

winrt::hstring

Applies to