Class InternalPropertyDescriptor
Object internal property descriptor. This property isn't normally visible in JavaScript code.
public sealed class InternalPropertyDescriptor
- Inheritance
-
InternalPropertyDescriptor
- Inherited Members
Properties
Name
Conventional property name.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Value
The value associated with the property.
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject? Value { get; set; }