ActivityCodeGeneratorAttribute.CodeGeneratorTypeName Property

Definition

Gets the name of the code generator Type which this instance is based on.

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

Property Value

A string that contains the name of the code generator Type on which this instance is based.

Applies to