ICollectionKeyValueStorage.PropertyExists(String, String) Method
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.
Determines if the collection exists.
public:
bool PropertyExists(System::String ^ collectionPath, System::String ^ propertyName);
public bool PropertyExists (string collectionPath, string propertyName);
abstract member PropertyExists : string * string -> bool
Public Function PropertyExists (collectionPath As String, propertyName As String) As Boolean
Parameters
- collectionPath
- String
- propertyName
- String