LocationConfigurationCollection.IsReadOnly-Eigenschaft
Ruft einen Wert, der angibt, ob die Auflistung schreibgeschützt ist.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As LocationConfigurationCollection
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
Eigenschaftswert
Typ: System.Boolean
Hinweise
Eine Auflistung, die schreibgeschützt ist lässt nicht zu einer anderen Person als dem Administrator das Hinzufügen, entfernen oder Elemente zu ändern, nachdem die Auflistung erstellt wird.
Siehe auch
Referenz
LocationConfigurationCollection Klasse