Class GetAttributesCommandResponse
Response for Returns attributes for the specified node.
public sealed class GetAttributesCommandResponse : ICommandResponse<GetAttributesCommandSettings>, ICommandResponse
- Inheritance
-
GetAttributesCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Attributes
An interleaved array of node attribute names and values.
[JsonPropertyName("attributes")]
public string[] Attributes { get; set; }
Property Value
- string[]