|
Sets the item in the collection at the specified index to the specified value.
.NET Syntax
virtual void SetItem(int index, MgPropertyCollection value);
|
Java Syntax
virtual void SetItem(int index, MgPropertyCollection value);
|
PHP Syntax
virtual void SetItem(int index, MgPropertyCollection value);
|
- Parameters:
-
- Returns:
- Returns nothing.
- Exceptions:
-
|