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!

OldArrayEditor.defaultPropInfo

the default property info for the elements being edited, if it is a string. Used to set the default text.

[Visual Basic]
Protected defaultPropInfo As PropertyDescriptor
[C#]
protected PropertyDescriptor defaultPropInfo;
[C++]
protected: PropertyDescriptor* defaultPropInfo;
[JScript]
protected var defaultPropInfo : PropertyDescriptor;

See Also

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