Class QueryObjectsCommandSettings
QueryObjects
public sealed class QueryObjectsCommandSettings : ICommand- Inheritance
- 
      
      QueryObjectsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
ObjectGroup
Gets or sets the objectGroup
[JsonPropertyName("objectGroup")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ObjectGroup { get; set; }Property Value
PrototypeObjectId
Gets or sets the prototypeObjectId
[JsonPropertyName("prototypeObjectId")]
public string PrototypeObjectId { get; set; }