Udostępnij za pośrednictwem


ItemFieldDictionary.IsReadOnly Property

Gets a value indicating whether the ItemFieldDictionary collection is read-only.

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

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As ItemFieldDictionary
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 ItemFieldDictionary collection is read-only. Otherwise, false.

See Also

Reference

ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace