Class GetQueryingDescendantsForContainerCommandSettings
Returns the descendants of a container query container that have container queries against this container.
public sealed class GetQueryingDescendantsForContainerCommandSettings : ICommand
- Inheritance
-
GetQueryingDescendantsForContainerCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NodeId
Id of the container node to find querying descendants from.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }