TemplateActivity.TemplatePath 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 path of the text template being processed.

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

Syntax

'Declaration
Public Property TemplatePath As InArgument(Of String)
    Get 
    Set
'Usage
Dim instance As TemplateActivity 
Dim value As InArgument(Of String)

value = instance.TemplatePath

instance.TemplatePath = value
public InArgument<string> TemplatePath { get; set; }
public:
property InArgument<String^>^ TemplatePath {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
member TemplatePath : InArgument<string> with get, set
function get TemplatePath () : InArgument<String>
function set TemplatePath (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>

See Also

Reference

TemplateActivity Class

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