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

Shows the type that represents the interface.

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

See Also

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