IWritableFeatureFlagsStore.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 the given property from the collection. Succeeds silently if the property doesn't exist.
public:
void DeleteProperty(System::String ^ collectionPath, System::String ^ name);
public:
void DeleteProperty(Platform::String ^ collectionPath, Platform::String ^ name);
void DeleteProperty(std::wstring const & collectionPath, std::wstring const & name);
public void DeleteProperty(string collectionPath, string name);
abstract member DeleteProperty : string * string -> unit
Public Sub DeleteProperty (collectionPath As String, name As String)
Parameters
- collectionPath
- String
The full path, separated by back-slash characters to the collection/subcollection to be used
- name
- String
The name of the property to be deleted