Sdílet prostřednictvím


ProcessParameterError.ParameterType Property

Gets the type of the parameter in which the error was encountered.

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

Syntax

'Declaration
Public ReadOnly Property ParameterType As String
public string ParameterType { get; }
public:
property String^ ParameterType {
    String^ get ();
}
member ParameterType : string with get
function get ParameterType () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ProcessParameterError Class

Microsoft.TeamFoundation.Build.Workflow Namespace