Class RemoteValue.Node
public record RemoteValue.Node : RemoteValue, IEquatable<RemoteValue>, ISharedReference, IRemoteReference, IEquatable<RemoteValue.Node>
- Inheritance
-
RemoteValue.Node
- Implements
- Inherited Members
Properties
Handle
public Handle? Handle { get; set; }
Property Value
InternalId
public InternalId? InternalId { get; set; }
Property Value
SharedId
[JsonInclude]
public string? SharedId { get; }
Property Value
Value
[JsonInclude]
public NodeProperties? Value { get; }