Adds the specified property binding to the collection.
[Visual Basic] Function Create( _ ByVal parent As Object, _ ByVal input() As ConfigurationInput, _ ByVal path As String _ ) As Object [C#] object Create( object parent, ConfigurationInput[] input, string path ); [C++] Object* Create( Object* parent, ConfigurationInput* input[], String* path ) = 0; [JScript] function Create( parent : Object, input : ConfigurationInput[], path : String ) : Object;
IConfigurationSectionHandler Interface | IConfigurationSectionHandler Members | System.Web.Configuration Namespace