Share via


ArraySettingItem.Add(String, Object) Method

Definition

Adds a property with the specified identifier and value into the ArraySettingItem.

public void Add (string propertyId, object value);
member this.Add : string * obj -> unit
Public Sub Add (propertyId As String, value As Object)

Parameters

propertyId
String

The identifier of the property to add.

value
Object

The value of the property to add.

Exceptions

An property with the same identifier already exists in the ArraySettingItem.

Applies to