Share via


ArraySettingItem.Remove(String) Method

Definition

Removes the property with the specified identifier from the ArraySettingItem.

public bool Remove (string propertyId);
member this.Remove : string -> bool
Public Function Remove (propertyId As String) As Boolean

Parameters

propertyId
String

The identifier of the property to remove.

Returns

true if the element is successfully removed; otherwise, false. This method also returns false if the identifier is not found in the ArraySettingItem.

Applies to