Class LocalValue.Channel.ChannelProperties
public record LocalValue.Channel.ChannelProperties : IEquatable<LocalValue.Channel.ChannelProperties>
- Inheritance
-
LocalValue.Channel.ChannelProperties
- Implements
- Inherited Members
Constructors
ChannelProperties(Channel)
public ChannelProperties(Channel Channel)
Parameters
Channel
Channel
Properties
Channel
public Channel Channel { get; init; }
Property Value
Ownership
public ResultOwnership? Ownership { get; set; }
Property Value
SerializationOptions
public SerializationOptions? SerializationOptions { get; set; }