Sdílet prostřednictvím


ClockVector.IsReadOnly Property

Gets a value that indicates whether the element list is read-only.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As ClockVector
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
/** @property */
public final boolean get_IsReadOnly ()
public final function get IsReadOnly () : boolean

Property Value

true if the list is read only; otherwise, false.

See Also

Reference

ClockVector Class
ClockVector Members
Microsoft.Synchronization Namespace