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!

InterfaceMapping.targetType

Represents the Type that implements the interface.

[Visual Basic]
Public targetType As Type
[C#]
public Type targetType;
[C++]
public: Type* targetType;
[JScript]
public var targetType : Type;

See Also

InterfaceMapping Structure | InterfaceMapping Members | System.Reflection Namespace | Type