SPSolutionLanguagePack.Deployed-Eigenschaft
Gibt einen Wert zurück, der angibt, ob das Sprachpaket für eine oder mehrere Webanwendungen in der Farm bereitgestellt wird oder Global.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Deployed As Boolean
Get
'Usage
Dim instance As SPSolutionLanguagePack
Dim value As Boolean
value = instance.Deployed
public bool Deployed { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn das Sprachpaket für eine oder mehrere Webanwendungen oder global bereitgestellt wird; andernfalls false.