ProtocolConfigAttr
Namespace: IotaSdk
A key-value protocol configuration attribute.
public record class ProtocolConfigAttr : System.IEquatable`1[[IotaSdk.ProtocolConfigAttr, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → ProtocolConfigAttr
Implements IEquatable<ProtocolConfigAttr>
Attributes NullableContextAttribute, NullableAttribute
Properties
Key
public string Key { get; init; }
Property Value
Value
public string? Value { get; init; }
Property Value
Constructors
ProtocolConfigAttr(String, String)
A key-value protocol configuration attribute.
public ProtocolConfigAttr(string Key, string? Value)
Parameters
Key String
Value String?