Class PrivatePropertyDescriptor
PrivatePropertyDescriptor
public sealed class PrivatePropertyDescriptor
- Inheritance
-
PrivatePropertyDescriptor
- Inherited Members
Properties
Get
get
[JsonPropertyName("get")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject Get { get; set; }
Property Value
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
Value
value
[JsonPropertyName("value")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject Value { get; set; }