Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool PerformTakeOnNotify { get; set; }
Public Property PerformTakeOnNotify As Boolean Get Set
public: property bool PerformTakeOnNotify { bool get (); void set (bool value); }
/** @property */ public boolean get_PerformTakeOnNotify() /** @property */ public void set_PerformTakeOnNotify(boolean value)