ReturnMessage.TypeName 属性

定义

获取在其上调用远程方法的类型的名称。Gets the name of the type on which the remote method was called.

public:
 property System::String ^ TypeName { System::String ^ get(); };
public string TypeName { get; }
[get: System.Security.SecurityCritical]
public string TypeName { get; }
member this.TypeName : string
[<get: System.Security.SecurityCritical>]
member this.TypeName : string
Public ReadOnly Property TypeName As String

属性值

String

在其上调用远程方法的远程对象的类型名。The type name of the remote object on which the remote method was called.

实现

属性

适用于