Share via


SPServer.TypeName Property

Gets the type and name of the server.

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

Syntax

'Declaration
Public Overrides ReadOnly Property TypeName As String
    Get
'Usage
Dim instance As SPServer
Dim value As String

value = instance.TypeName
public override string TypeName { get; }

Property Value

Type: System.String
A string that contains the server type and name.

See Also

Reference

SPServer Class

SPServer Members

Microsoft.SharePoint.Administration Namespace