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!

CollectionInfo.SupportsSetAll

Determines if setting the Items property is supported on this collection type.

[Visual Basic]
Overridable Public Function SupportsSetAll() As Boolean
[C#]
public virtual bool SupportsSetAll();
[C++]
public: virtual bool SupportsSetAll();
[JScript]
public function SupportsSetAll() : Boolean;

See Also

CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace