|
| DotRas SDK Documentation |
| RasCollection<(Of <(<'TObject>)>)>..::..IsReadOnly Property |
| RasCollection<(Of <(<'TObject>)>)> Class See Also Send Feedback |
|
Gets a value indicating whether the collection is read-only.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool IsReadOnly { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsReadOnly As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsReadOnly { bool get () sealed; } |
| F# |
|---|
abstract IsReadOnly : bool with get override IsReadOnly : bool with get |