WriteEventLog.RawData Property

Definition

Provides access to the RawData parameter.

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

Property Value

Attributes

Applies to