VirtualTypeBuilder.TypeName 属性

定义

获取或设置虚拟类型的类型名称。

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

属性值

String

类型名称。

例外

提供的类型名称不符合有效的类型名称。 有效的类型名称被定义为包含字母、数字、下划线和一个或多个 "." 或 "+" 字符的名称。

适用于