Delen via


FeedClockVector.IsReadOnly Property

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

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

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As FeedClockVector
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

FeedClockVector Class
FeedClockVector Members
Microsoft.Synchronization.FeedSync Namespace