SPGlobalConfig class

NOTE: This API is now obsolete.

Use as novas classes SPWebApplication e SPWebService em vez disso, definir as configurações.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPGlobalConfig

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",  _
    False)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPGlobalConfig
'Uso
Dim instance As SPGlobalConfig
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", 
    false)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPGlobalConfig

Comentários

No Windows SharePoint Services 2,0, o SPGlobalConfig representadas configurações que se aplicam em toda a implantação e é mantido para compatibilidade com versões anteriores.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace