Class GetSourceOrderHighlightObjectForTestCommandResponse
Response for For Source Order Viewer testing.
public sealed class GetSourceOrderHighlightObjectForTestCommandResponse : ICommandResponse<GetSourceOrderHighlightObjectForTestCommandSettings>, ICommandResponse
- Inheritance
-
GetSourceOrderHighlightObjectForTestCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Highlight
Source order highlight data for the node id provided.
[JsonPropertyName("highlight")]
public object Highlight { get; set; }