SPSolutionLanguagePack.ContainsGlobalAssembly 属性

返回一个值,该值指示该语言包是否包含要安装在 GAC 中的程序集。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property ContainsGlobalAssembly As Boolean
    Get
用法
Dim instance As SPSolutionLanguagePack
Dim value As Boolean

value = instance.ContainsGlobalAssembly
public bool ContainsGlobalAssembly { get; }

属性值

类型:System.Boolean
true如果该语言包中包含的程序集安装在全局程序集缓存中 ;否则为false。

另请参阅

引用

SPSolutionLanguagePack 类

SPSolutionLanguagePack 成员

Microsoft.SharePoint.Administration 命名空间