InvokeProcess.ErrorDataReceived Property
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ErrorDataReceived As ActivityAction(Of String)
[BrowsableAttribute(false)]
public ActivityAction<string> ErrorDataReceived { get; set; }
[BrowsableAttribute(false)]
public:
property ActivityAction<String^>^ ErrorDataReceived {
ActivityAction<String^>^ get ();
void set (ActivityAction<String^>^ value);
}
[<BrowsableAttribute(false)>]
member ErrorDataReceived : ActivityAction<string> with get, set
function get ErrorDataReceived () : ActivityAction<String>
function set ErrorDataReceived (value : ActivityAction<String>)
Property Value
Type: System.Activities.ActivityAction<String>
Returns ActivityAction<T>.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace