Microsoft.Dynamics.Nav.2015.WebServerInstanceMicrosoft Dynamics NAV 2015 Web Server Instances

Microsoft.Dynamics.Nav.2015.WebServerInstance (ClassType)

A Microsoft Dynamics NAV 2015 Web Server instance. The web server instance, is the endpoint used by the web client.

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0fa630bb-879b-2d09-e9b8-5848a1c68e0d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Dynamics.Nav.2015.WebServerInstance:
WebServerInstance  string  Web Server Instance Name The name of the Microsoft Dynamics NAV Web Server instance. This is also the name of the IIS web application. true 256  False 
Server  string  Server The name of the computer running Microsoft Dynamics NAV Server for this client. false 256  False 
ServerInstance  string  Server Instance The name of the Microsoft Dynamics NAV Server instance the web client connects to. false 256  False 
ClientServicesPort  int  Client Services Port The listening TCP port for the Microsoft Dynamics NAV Server instance the client connects to. false 256   
ClientServicesCredentialType  string  Client Services Credential Type Specifies how web client users are authenticated when they connect to Microsoft Dynamics NAV Server. false 256  False 
Company  string  Company Sets the company in Microsoft Dynamics NAV to connect to. If you do not define a company, then the company that was last opened by the user is used. false 256  False 
DnsIdentity  string  Dns Identity DnsIdentity setting is used if the DNS name on the certificate that is used on the server does not match the value of the Server setting. false 256  False 
AcsUri  string  Acs Uri URI for your relying party application from the Application Integration section of the Access Control configuration. false 256  False 
ConfigurationFile  string  Configuration File The path to web.config configuration file, used by the Microsoft Dynamics NAV Web Server instance. false 256  False 
Uri  string  Url The Uri of the Microsoft Dynamics NAV Web Server instance. true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Nav.2015.WebServerInstance" Accessibility="Public" Abstract="false" Base="System!System.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="WebServerInstance" Type="string" Key="true"/>
<Property ID="Server" Type="string"/>
<Property ID="ServerInstance" Type="string"/>
<Property ID="ClientServicesPort" Type="int"/>
<Property ID="ClientServicesCredentialType" Type="string"/>
<Property ID="Company" Type="string"/>
<Property ID="DnsIdentity" Type="string"/>
<Property ID="AcsUri" Type="string"/>
<Property ID="ConfigurationFile" Type="string"/>
<Property ID="Uri" Type="string" Key="true"/>
</ClassType>