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!

PropertyValue.GetArrayElems

[To be supplied.]

[Visual Basic]
Public Function GetArrayElems() As PropertyValue ()
[C#]
public PropertyValue[] GetArrayElems();
[C++]
public: PropertyValue* GetArrayElems() [];
[JScript]
public function GetArrayElems() : PropertyValue[];

Return Value

the elements of the array

See Also

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