ArraySettingItem.Item[String] Property
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.
Sets the value associated with the specified property identifier.
public object this[string propertyId] { set; }
member this.Item(string) : obj
Default Public Property Item(propertyId As String) As Object
Parameters
- propertyId
- String
The propertyId of the value to set.