Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public int MaximumInput {get; set;}
'Declaration
Public Property MaximumInput As Integer
'Usage
Dim instance As ColorLevelCommandData Dim value As Integer instance.MaximumInput = value value = instance.MaximumInput
public int MaximumInput {get; set;}
@property (nonatomic, assign) NSInteger maximumInput
public int getMaximumInput() public void setMaximumInput(int value)
<br/>get_MaximumInput();<br/>set_MaximumInput(value);<br/>Object.defineProperty('MaximumInput');