Sdílet prostřednictvím


ICollectionKeyValueStorage.DeleteProperty(String, String) Method

Definition

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

Returns

Applies to