Flow.Net
Show / Hide Table of Contents

Class CadenceCompositeItemValue

Inheritance
Object
CadenceCompositeItemValue
Namespace: Flow.Net.Sdk.Core.Cadence
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class CadenceCompositeItemValue

Properties

| Improve this Doc View Source

Name

Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Value

Declaration
[JsonProperty("value")]
public ICadence Value { get; set; }
Property Value
Type Description
ICadence
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX