ArraySettingItem.Add(String, Object) 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.
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.