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