Syntax
| Visual Basic (Declaration) | |
|---|
Public Property editableForUpdate As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DescribeLayoutItem
Dim value As Boolean
instance.editableForUpdate = value
value = instance.editableForUpdate |
| C# | |
|---|
public bool editableForUpdate {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_editableForUpdate();
public: __property void set_editableForUpdate(
bool value
); |
| C++/CLI | |
|---|
public:
property bool editableForUpdate {
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