Class GetPropertiesCommandResponse
Response for GetProperties
public sealed class GetPropertiesCommandResponse : ICommandResponse<GetPropertiesCommandSettings>, ICommandResponse
- Inheritance
-
GetPropertiesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Gets or sets the exceptionDetails
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails ExceptionDetails { get; set; }
Property Value
InternalProperties
Gets or sets the internalProperties
[JsonPropertyName("internalProperties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InternalPropertyDescriptor[] InternalProperties { get; set; }
Property Value
PrivateProperties
Gets or sets the privateProperties
[JsonPropertyName("privateProperties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PrivatePropertyDescriptor[] PrivateProperties { get; set; }
Property Value
Result
Gets or sets the result
[JsonPropertyName("result")]
public PropertyDescriptor[] Result { get; set; }