WriteEventLog.EntryType Property

Definition

Provides access to the EntryType parameter.

public:
 property System::Activities::InArgument<System::Diagnostics::EventLogEntryType> ^ EntryType { System::Activities::InArgument<System::Diagnostics::EventLogEntryType> ^ get(); void set(System::Activities::InArgument<System::Diagnostics::EventLogEntryType> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Diagnostics.EventLogEntryType> EntryType { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.EntryType : System.Activities.InArgument<System.Diagnostics.EventLogEntryType> with get, set
Public Property EntryType As InArgument(Of EventLogEntryType)

Property Value

Attributes

Applies to