ICollectionKeyValueStorage.DeleteProperty(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.
Deletes a property under a collection.
public:
bool DeleteProperty(System::String ^ collectionPath, System::String ^ propertyName);
public bool DeleteProperty (string collectionPath, string propertyName);
abstract member DeleteProperty : string * string -> bool
Public Function DeleteProperty (collectionPath As String, propertyName As String) As Boolean
Parameters
- collectionPath
- String
- propertyName
- String