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!

TypedReference.ToObject

Converts the specified TypedReference to an Object.

[Visual Basic]
Public Shared Function ToObject( _
   ByVal value As TypedReference _
) As Object
[C#]
public static object ToObject(
   TypedReference value
);
[C++]
public: static Object* ToObject(
   TypedReference value
);
[JScript]
public static function ToObject(
   value : TypedReference
) : Object;

Parameters

value
The TypedReference to be converted.

See Also

TypedReference Structure | TypedReference Members | System Namespace