Class GlobalLexicalScopeNamesCommandSettings
GlobalLexicalScopeNames
public sealed class GlobalLexicalScopeNamesCommandSettings : ICommand
- Inheritance
-
GlobalLexicalScopeNamesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ExecutionContextId
Gets or sets the executionContextId
[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }
Property Value
- long?