StorageProviderSearchResult.MatchKind 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.
public:
property StorageProviderSearchMatchKind MatchKind { StorageProviderSearchMatchKind get(); void set(StorageProviderSearchMatchKind value); };
StorageProviderSearchMatchKind MatchKind();
void MatchKind(StorageProviderSearchMatchKind value);
public StorageProviderSearchMatchKind MatchKind { get; set; }
var storageProviderSearchMatchKind = storageProviderSearchResult.matchKind;
storageProviderSearchResult.matchKind = storageProviderSearchMatchKind;
Public Property MatchKind As StorageProviderSearchMatchKind