Class InternalPropertyDescriptor
Object internal property descriptor. This property isn't normally visible in JavaScript code.
public sealed record InternalPropertyDescriptor : IEquatable<InternalPropertyDescriptor>
- Inheritance
-
InternalPropertyDescriptor
- Implements
- Inherited Members
Constructors
InternalPropertyDescriptor(string)
Object internal property descriptor. This property isn't normally visible in JavaScript code.
public InternalPropertyDescriptor(string Name)
Parameters
NamestringConventional property name.
Properties
Name
Conventional property name.
public string Name { get; init; }
Property Value
Value
The value associated with the property.
public RemoteObject? Value { get; init; }