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!

IProperties.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the IProperties class.

Overload List

[To be supplied.]

[Visual Basic] Overloads Default ReadOnly Property Item(Integer) As Object
[C#] object this[int] {get;}
[C++] Object* get_Item(int) = 0;
[JScript] IProperties.Item (int)

[To be supplied.]

[Visual Basic] Overloads Default ReadOnly Property Item(String) As Object
[C#] object this[String] {get;}
[C++] Object* get_Item(String*) = 0;
[JScript] IProperties.Item (String)

See Also

IProperties Interface | IProperties Members | System.Data.Internal Namespace