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!

DataTable.ExtendedProperties

Gets the collection of customized user information.

[Visual Basic]
Public ReadOnly Property ExtendedProperties As PropertiesCollection
[C#]
public PropertiesCollection ExtendedProperties {get;}
[C++]
public: __property PropertiesCollection* get_ExtendedProperties();
[JScript]
public function get ExtendedProperties() : PropertiesCollection;

Property Value

A PropertiesCollection that contains custom user information.

See Also

DataTable Class | DataTable Members | System.Data Namespace