Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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