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

Returns the Type of the target of the specified TypedReference.

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

Parameters

value
The value whose target's type is to be returned.

Return Value

The Type of the target of the specified TypedReference.

See Also

TypedReference Structure | TypedReference Members | System Namespace