Gets whether or not the collection is read
only.
Read-only property
[Visual Basic .NET] |
---|
Public Property IsReadOnly() As Boolean
|
[C#] |
---|
public bool IsReadOnly {get;}
|
[Managed C++] |
---|
public: __property bool get_IsReadOnly();
|
[Unmanaged C++] |
---|
public: HRESULT get_IsReadOnly(
|
[Java] |
---|
public bool getIsReadOnly();
|