UserExtensionStorageHelper.TryDelete(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 single item by its key.
public bool TryDelete(string key);
abstract member TryDelete : string -> bool
override this.TryDelete : string -> bool
Public Function TryDelete (key As String) As Boolean
Parameters
- key
- String
Key of the object.
Returns
A boolean indicator of success.