SPGlobalConfig.ClusterGuid Property

NOTE: This API is now obsolete.

Obsolete. Gets the GUID for the server farm.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",  _
    False)> _
Public Shared ReadOnly Property ClusterGuid As Guid
    Get
'Usage
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
A System.Guid that specifies the server farm.

See Also

Reference

SPGlobalConfig Class

SPGlobalConfig Members

Microsoft.SharePoint.Administration Namespace