Compartilhar via


SPGlobalConfig.ClusterGuid property

NOTE: This API is now obsolete.

Obsoleto. Obtém o GUID para o farm de servidores.

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)> _
Public Shared ReadOnly Property ClusterGuid As Guid
    Get
'Uso
Dim value As Guid

value = SPGlobalConfig.ClusterGuid
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", 
    false)]
public static Guid ClusterGuid { get; }

Property value

Type: System.Guid
Um System.Guid que especifica o farm de servidores.

Ver também

Referência

SPGlobalConfig class

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace