TemplateActivity.TemplatePath Property

 

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

public InArgument<string> TemplatePath {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property InArgument<String^>^ TemplatePath {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
member TemplatePath : InArgument<string> with get, set
Public Property TemplatePath As InArgument(Of String)

Property Value

Type: System.Activities.InArgument<String>

See Also

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

Return to top