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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.