RemotingClientProxy._type Field

Definition

Indicates the type of the object that the current proxy represents.

protected: Type ^ _type;
protected Type _type;
val mutable _type : Type
Protected _type As Type 

Field Value

Remarks

The Type class type of the object that the current proxy represents.

Applies to