PropertyDataCollection.Remove(String) Method

Definition

Removes a PropertyData from the PropertyDataCollection.

public:
 virtual void Remove(System::String ^ propertyName);
public virtual void Remove (string propertyName);
abstract member Remove : string -> unit
override this.Remove : string -> unit
Public Overridable Sub Remove (propertyName As String)

Parameters

propertyName
String

The name of the property to be removed.

Remarks

Properties can only be removed from class definitions, not from instances. This method is only valid when invoked on a property collection in a ManagementClass.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to