Language

LedgerEntry.PostHooks Property

Definition

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

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

Property Value

Applies to