IsReadOnly Property (Devices)

Summary
Gets a value indicating whether the collection is read-only.
Syntax
C#
C++/CLI
public bool IsReadOnly { get; } 
public: 
property bool IsReadOnly { 
   bool get(); 
} 

Property Value

True if the collection is read-only; otherwise, false.

Remarks

A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.

Requirements

Target Platforms

See Also

Reference

Devices Class

Devices Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.