ActivityCodeGeneratorAttribute.CodeGeneratorTypeName 属性

定义

获取此实例所基于的代码生成器 Type 的名称。

public:
 property System::String ^ CodeGeneratorTypeName { System::String ^ get(); };
public string CodeGeneratorTypeName { get; }
member this.CodeGeneratorTypeName : string
Public ReadOnly Property CodeGeneratorTypeName As String

属性值

String

包含此实例所基于的代码生成器 Type 的名称的字符串。

适用于