Interface IInputBoxProperty
The property to be shown inside the InputBox window.
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface IInputBoxProperty
Properties
Caption
Textual name of the property inside InputBox window. It will be shown for the user.
Declaration
string Caption { get; set; }
Property Value
Type | Description |
---|---|
string |