Language

LedgerEntry.PreHooks Property

Definition

List of user defined function hooks to be executed before the ledger entry is written.

public System.Collections.Generic.IList<Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionHook> PreHooks { get; }
member this.PreHooks : System.Collections.Generic.IList<Azure.Security.ConfidentialLedger.Models.UserDefinedFunctionHook>
Public ReadOnly Property PreHooks As IList(Of UserDefinedFunctionHook)

Property Value

Applies to