EventSource::EventData::Size Property

.NET Framework (current version)
 

Gets or sets the number of payload items in the new WriteEvent overload.

Namespace:   System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)

public:
property int Size {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The number of payload items in the new overload.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: