Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
public int X {get; set;}
'Declaration
Public Property X As Integer
'Usage
Dim instance As FastMagicWandCommand Dim value As Integer instance.X = value value = instance.X
public int X {get; set;}
<br/>get_X();<br/>set_X(value);<br/>Object.defineProperty('X');