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!

ValueProviderService.Providers

The collection of value providers.

[Visual Basic]
Overridable Public ReadOnly Property Providers As _
   IValueProviderCollection
[C#]
public IValueProviderCollection Providers {virtual get;}
[C++]
public: __property virtual IValueProviderCollection*
   get_Providers();
[JScript]
public function get Providers() : IValueProviderCollection;

Property Value

The collection of value providers.

See Also

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