OutputGeneratorActivity.OutputGeneratorOutput Property

Specifies the assembly-qualified type name of the output generator.

Namespace:  Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

Syntax

'Declaration
Protected Property OutputGeneratorOutput As String
    Get
    Set
'Usage
Dim value As String

value = Me.OutputGeneratorOutput

Me.OutputGeneratorOutput = value
protected string OutputGeneratorOutput { get; set; }
protected:
property String^ OutputGeneratorOutput {
    String^ get ();
    void set (String^ value);
}
function get OutputGeneratorOutput () : String
function set OutputGeneratorOutput (value : String)

Property Value

Type: System.String
The assembly-qualified type name of the output generator.

Permissions

See Also

Reference

OutputGeneratorActivity Class

OutputGeneratorActivity Members

Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators Namespace

Other Resources

Windows Workflow Foundation