Share via


ProcessParameterError.FromTemplate Property

Indicates that the error comes from parsing build template (as the opposite to an error from value dictionary)

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public ReadOnly Property FromTemplate As Boolean
public bool FromTemplate { get; }
public:
property bool FromTemplate {
    bool get ();
}
member FromTemplate : bool with get
function get FromTemplate () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProcessParameterError Class

Microsoft.TeamFoundation.Build.Workflow Namespace