EtwEventArgs.Payload Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets payload in the event
public:
property cli::array <System::Object ^> ^ Payload { cli::array <System::Object ^> ^ get(); };
public:
property Platform::Array <Platform::Object ^> ^ Payload { Platform::Array <Platform::Object ^> ^ get(); };
public object[] Payload { get; }
member this.Payload : obj[]
Public ReadOnly Property Payload As Object()
Property Value
Object[]