Sdílet prostřednictvím


EventLogRecord.Properties Vlastnost

Definice

Získá uživatelem zadané vlastnosti události.

public:
 virtual property System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventProperty ^> ^ Properties { System::Collections::Generic::IList<System::Diagnostics::Eventing::Reader::EventProperty ^> ^ get(); };
public override System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventProperty> Properties { get; }
member this.Properties : System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventProperty>
Public Overrides ReadOnly Property Properties As IList(Of EventProperty)

Hodnota vlastnosti

Vrátí seznam EventProperty objektů.

Platí pro

Viz také