Returns true if this is a read only tuple (read only tuples throw an UnsupportedOperationException when setter methods are called).

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual bool IsReadOnly()
Public Overridable Function IsReadOnly As Boolean
public:
virtual bool IsReadOnly()

See Also