DotNetComponentConfigurationPropertyResponse

data class DotNetComponentConfigurationPropertyResponse(val propertyName: String? = null, val value: String? = null)

Configuration properties for a .NET Component

Constructors

constructor(propertyName: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val propertyName: String? = null

The name of the property

Link copied to clipboard
val value: String? = null

The value of the property