SPSolutionLanguagePack.ContainsGlobalAssembly property
會傳回一個值,指出是否將語言套件包含要安裝在 GAC 中的組件。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ContainsGlobalAssembly As Boolean
Get
'用途
Dim instance As SPSolutionLanguagePack
Dim value As Boolean
value = instance.ContainsGlobalAssembly
public bool ContainsGlobalAssembly { get; }
Property value
Type: System.Boolean
true如果語言套件包含要安裝在全域組件快取 ; 組件否則,請false。