Language

LedgerEntry(String) Constructor

Definition

Initializes a new instance of LedgerEntry.

public LedgerEntry(string contents);
new Azure.Security.ConfidentialLedger.Models.LedgerEntry : string -> Azure.Security.ConfidentialLedger.Models.LedgerEntry
Public Sub New (contents As String)

Parameters

contents
String

Contents of the ledger entry.

Exceptions

contents is null.

Applies to