Class GetStyleSheetTextCommandResponse
Response for GetStyleSheetText
public sealed class GetStyleSheetTextCommandResponse : ICommandResponse<GetStyleSheetTextCommandSettings>, ICommandResponse
- Inheritance
-
GetStyleSheetTextCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Text
Gets or sets the text
[JsonPropertyName("text")]
public string Text { get; set; }