Condividi tramite


ProcessParameterError.ParameterName Property

Gets the name 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 ParameterName As String
public string ParameterName { get; }
public:
property String^ ParameterName {
    String^ get ();
}
member ParameterName : string with get
function get ParameterName () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ProcessParameterError Class

Microsoft.TeamFoundation.Build.Workflow Namespace