FormsService.ServiceId Field
The forms service identification (ID).
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Const ServiceId As String
'Usage
Dim value As String
value = FormsService.ServiceId
public const string ServiceId
Remarks
This field can be used when referencing the forms service, however using the ServiceName instead of the ServiceId makes administration automation code easier to read and maintain.