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