IWritableFeatureFlagsStore.DeleteProperty(String, String) Method

Definition

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

Applies to