Syntax
Visual Basic (Declaration) | |
---|
Public Property updateable As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Field
Dim value As Boolean
instance.updateable = value
value = instance.updateable |
C# | |
---|
public bool updateable {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_updateable();
public: __property void set_updateable(
bool value
); |
C++/CLI | |
---|
public:
property bool updateable {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also