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!

IDataParameters.Parent

Gets the reference to the Object that is the parent of this instance.

[Visual Basic]
ReadOnly Property Parent As Object
[C#]
object Parent {get;}
[C++]
Object* get_Parent() = 0;
[JScript]
abstract function get Parent() : Object;

Property Value

The reference to the Object that is the parent of this instance.

See Also

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