FormsService.TypeName Property

Gets the display name for the parent type FormsService.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

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

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

Property Value

Type: System.String
Forms Service

Remarks

This display name can be used for log files and messages.

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace