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
- 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.