Gets a value indicating whether the
ObjectSet is read-only.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property IsReadOnly As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ObjectSet(Of T)
Dim value As Boolean
value = instance.IsReadOnly
|
| C# | |
|---|
public bool IsReadOnly {get;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_IsReadOnly(); |
| C++/CLI | |
|---|
public:
property bool IsReadOnly {
bool get();
} |
Return Value
True, if the
ObjectSet is read-only; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also