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
get_X();set_X(value);Object.defineProperty('X');
public: property int X { int get(); void set ( int value); }
Target Platforms
FastMagicWandCommand Class FastMagicWandCommand Members