ArraySettingItem.Remove(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.
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.