MethodResponse.TypeName 属性
定义
获取在其上进行方法调用的远程对象的完整类型名称。Gets the full type name of the remote object on which the method call is being made.
此 API 支持产品基础结构,不能在代码中直接使用。
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,包含在其上进行方法调用的远程对象的完整类型名称。A String that contains the full type name of the remote object on which the method call is being made.
实现
- 属性