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!

NameObjectCollectionBase.BaseGetAllValues (Type)

[To be supplied.]

[Visual Basic]
Overloads Protected Function BaseGetAllValues( _
   ByVal type As Type _
) As Object ()
[C#]
protected object[] BaseGetAllValues(
   Type type
);
[C++]
protected: Object* BaseGetAllValues(
   Type* type
) [];
[JScript]
protected function BaseGetAllValues(
   type : Type
) : Object[];

Parameters

type
[To be supplied.]

See Also

NameObjectCollectionBase Class | NameObjectCollectionBase Members | System.Collections Namespace | NameObjectCollectionBase.BaseGetAllValues Overload List