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!

ObjRef.TypeInfo

This read-write property returns the IRemotingTypeInfoInterface for the ObjRef. TypeInfo is utilized to refine the proxy to suit the client view of the server object.

[Visual Basic]
Overridable Public Property TypeInfo As IRemotingTypeInfo
[C#]
public IRemotingTypeInfo TypeInfo {virtual get; virtual set;}
[C++]
public: __property virtual IRemotingTypeInfo* get_TypeInfo();
public: __property virtual void set_TypeInfo(IRemotingTypeInfo*);
[JScript]
public function get TypeInfo() : IRemotingTypeInfo;
public function set TypeInfo(IRemotingTypeInfo);

Property Value

Read-write.

Returns the IRemotingTypeInfo interface for the ObjRef.

See Also

ObjRef Class | ObjRef Members | System.Runtime.Remoting Namespace