IConfidentialLedger.LedgerType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of Confidential Ledger
[Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Runtime.Info(Description="Type of Confidential Ledger", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Support.LedgerType) }, ReadOnly=false, Required=false, SerializedName="ledgerType")]
public Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Support.LedgerType? LedgerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Runtime.Info(Description="Type of Confidential Ledger", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Support.LedgerType) }, ReadOnly=false, Required=false, SerializedName="ledgerType")>]
member this.LedgerType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Support.LedgerType> with get, set
Public Property LedgerType As Nullable(Of LedgerType)
Property Value
- Attributes