Share via


ArraySettingItem.ContainsPorperty(String) Method

Definition

Determines whether the ArraySettingItem contains a property with the specified identifier.

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

Parameters

propertyId
String

The property identifier to locate in the ArraySettingItem.

Returns

true if the ArraySettingItem contains a property with the specified identifier; otherwise, false.

Applies to