ServerPropertyCollection.Insert Method
Include Protected Members
Include Inherited Members
Inserts a ServerProperty into the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Insert(Int32, ServerProperty) | Inserts a ServerProperty into the collection at the specified index. | |
Insert(Int32, String, String) | Creates and inserts a ServerProperty, with the specified name and value, into the collection at the specified index. |
Top