TemplateActivity.TemplateOutput Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

The output of the template that is specified by the TemplatePath property.

Namespace:  Microsoft.Data.Entity.Design.VisualStudio.TextTemplating
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

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

value = Me.TemplateOutput 

Me.TemplateOutput = value
protected string TemplateOutput { get; set; }
protected:
property String^ TemplateOutput {
    String^ get ();
    void set (String^ value);
}
member TemplateOutput : string with get, set
function get TemplateOutput () : String 
function set TemplateOutput (value : String)

Property Value

Type: System.String

See Also

Reference

TemplateActivity Class

Microsoft.Data.Entity.Design.VisualStudio.TextTemplating Namespace