SubCommandParameters Property
SubCommandParameters
The encoded params for the specified subcommand. If a subcommand has no parameters, this will be null.
C#
public Nullable<ReadOnlyMemory<byte>> SubCommandParameters { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ReadOnlyMemory<System.Byte>> |