TypeEntry.TypeName 属性

定义

获取配置为远程激活类型的对象类型的完整类型名。

public:
 property System::String ^ TypeName { System::String ^ get(); void set(System::String ^ value); };
public string TypeName { get; set; }
member this.TypeName : string with get, set
Public Property TypeName As String

属性值

配置为远程激活类型的对象类型的完整类型名。

适用于