SPFeatureDefinition.AlwaysForceInstall-Eigenschaft
Ruft einen Wert, der angibt, ob das Force-Flag true standardmäßig während der Installation festgelegt wurde.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AlwaysForceInstall As Boolean
Get
'Usage
Dim instance As SPFeatureDefinition
Dim value As Boolean
value = instance.AlwaysForceInstall
public bool AlwaysForceInstall { get; }
Eigenschaftswert
Typ: System.Boolean
Der Wert true gibt an, dass das Force-Flag standardmäßig auf true gesetzt ist; andernfalls false.
Hinweise
Der Wert true installiert das Feature, auch wenn es bereits installiert ist.
Siehe auch
Referenz
Microsoft.SharePoint.Administration-Namespace
Weitere Ressourcen
SharePoint-Feature