TraceEvent.Args Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Args As Object()
public Object[] Args { get; set; }
public:
property array<Object^>^ Args {
array<Object^>^ get ();
void set (array<Object^>^ value);
}
member Args : Object[] with get, set
function get Args () : Object[]
function set Args (value : Object[])
Property Value
Type: array<System.Object[]
Returns 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.