TeamFoundationTask<T>.TaskArgs Property
The arguments to pass to the task callback when it is invoked
Namespace: Microsoft.TeamFoundation.Framework.Server.Task
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property TaskArgs As Object
public Object TaskArgs { get; private set; }
public:
property Object^ TaskArgs {
Object^ get ();
private: void set (Object^ value);
}
member TaskArgs : Object with get, private set
function get TaskArgs () : Object
private function set TaskArgs (value : Object)
Property Value
Type: System.Object
.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.