Share via


ServerPropertyCollection.Add Method

Include Protected Members
Include Inherited Members

Creates and adds a ServerProperty to 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
Public method Add(ServerProperty) Adds a ServerProperty to the end of the collection.
Public method Add(String, String) Creates and adds a ServerProperty, with the specified name and value, to the end of the collection.

Top