SPMigratableSiteCollection.IsReadOnly-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft einen booleschen Wert, der angibt, ob die Auflistung schreibgeschützt ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As SPMigratableSiteCollection
Dim value As Boolean
value = instance.IsReadOnly
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public bool IsReadOnly { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn die Auflistung schreibgeschützt ist; andernfalls false.
Implementiert
Siehe auch
Referenz
SPMigratableSiteCollection Klasse