Class PropertyDescriptor
PropertyDescriptor
public sealed class PropertyDescriptor- Inheritance
- 
      
      PropertyDescriptor
- Inherited Members
Properties
Configurable
configurable
[JsonPropertyName("configurable")]
public bool Configurable { get; set; }Property Value
Enumerable
enumerable
[JsonPropertyName("enumerable")]
public bool Enumerable { get; set; }Property Value
Get
get
[JsonPropertyName("get")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject? Get { get; set; }Property Value
IsOwn
isOwn
[JsonPropertyName("isOwn")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsOwn { get; set; }Property Value
- bool?
Name
name
[JsonPropertyName("name")]
public string Name { get; set; }Property Value
Set
set
[JsonPropertyName("set")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject? Set { get; set; }Property Value
Symbol
symbol
[JsonPropertyName("symbol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject? Symbol { get; set; }Property Value
Value
value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject? Value { get; set; }Property Value
WasThrown
wasThrown
[JsonPropertyName("wasThrown")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? WasThrown { get; set; }Property Value
- bool?
Writable
writable
[JsonPropertyName("writable")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Writable { get; set; }Property Value
- bool?