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.Contains (Object)

[To be supplied.]

[Visual Basic]
Overloads Function Contains( _
   ByVal value As Object _
) As Boolean
[C#]
bool Contains(
   object value
);
[C++]
bool Contains(
   Object* value
) = 0;
[JScript]
function Contains(
   value : Object
) : Boolean;

Parameters

value
[To be supplied.]

See Also

IProperties Interface | IProperties Members | System.Data.Internal Namespace | IProperties.Contains Overload List