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.SetTypedReference

Converts the specified value to a TypedReference.

[Visual Basic]
Public Shared Sub SetTypedReference( _
   ByVal target As TypedReference, _
   ByVal value As Object _
)
[C#]
public static void SetTypedReference(
   TypedReference target,
   object value
);
[C++]
public: static void SetTypedReference(
   TypedReference target,
   Object* value
);
[JScript]
public static function SetTypedReference(
   target : TypedReference,
   value : Object
);

Parameters

target
The target of the conversion.
value
[To be supplied.]

Exceptions

Exception Type Condition
ArgumentNullException value is a null reference (in Visual Basic Nothing).

See Also

TypedReference Structure | TypedReference Members | System Namespace