Package version:

Interface DotNetComponentConfigurationProperty

Configuration properties for a .NET Component

interface DotNetComponentConfigurationProperty {
    propertyName?: string;
    value?: string;
}

Properties

propertyName?: string

The name of the property

value?: string

The value of the property