Share via


WordServiceApplication.TypeName property

Gets a value that specifies the type name for the object.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

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

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

Property value

Type: System.String
Returns String.

See also

Reference

WordServiceApplication class

WordServiceApplication members

Microsoft.Office.Word.Server.Service namespace