Share via


SPServerProductInfo.ServerId Property

Unique identifier for this server.

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

Syntax

'Declaration
Public ReadOnly Property ServerId As Guid
    Get
'Usage
Dim instance As SPServerProductInfo
Dim value As Guid

value = instance.ServerId
public Guid ServerId { get; }

Property Value

Type: System.Guid
A Guid that uniquely identifies this server.

See Also

Reference

SPServerProductInfo Class

SPServerProductInfo Members

Microsoft.SharePoint.Administration Namespace