NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ValueProviderCollection Constructor

Initializes a new instance of the ValueProviderCollection class.

[Visual Basic]
Public Sub New( _
   ByVal service As ValueProviderService _
)
[C#]
public ValueProviderCollection(
   ValueProviderService service
);
[C++]
public: ValueProviderCollection(
   ValueProviderService* service
);
[JScript]
public function ValueProviderCollection(
   service : ValueProviderService
);

Parameters

service
The value provider service.

See Also

ValueProviderCollection Class | ValueProviderCollection Members | System.ComponentModel.Design Namespace