JAMS 6.x Help
Server Class Properties


For a list of all members of this type, see Server members.

Public Properties
 NameDescription
Public PropertyAuthorizationInformationGets and sets encrypted authorization information.  
Public PropertyBaseObjectGets the base server side object. This property is used internally by JAMS.  
Public PropertyConnectedGets the connection status of this server. Returns true when a connection has been established.  
Public Propertystatic (Shared in Visual Basic)CurrentServerGets or sets the current JAMS Server.  
Public PropertyIsOpenVMSReturns true if this server is OpenVMS based.  
Public PropertyIsSQLServerReturns true if this server is SQLServer based.  
Public Propertystatic (Shared in Visual Basic)KnownServersReturns an array of the current JAMS servers.  
Public PropertyNameGets and sets the name of the node that this JAMS Server connects to.  
Public PropertyNodeNameGets or sets the node name of this server. The default is the server name.  
Public PropertyPasswordAllows you to set the password used to access the server.  
Public PropertyPortGets and sets the TCP/IP port that is used to connect to this server.  
Public PropertyPromptAuthorizationGets and sets the PromptAuthorization property. When set to true, the user is prompted for authorization information when connecting to the JAMS Server.  
Public PropertyRemoteVersionGets the version of the remote JAMS Server assembly.  
Public PropertyResolveNameToIPV4AddressWhen set to true, we will resolve the server name into an IP V4 address and use that to connect. When set to false, we use the server name and let WCF resolve it. The default is true.  
Public PropertyServerIDGets a GUID that uniquely identfies this server. This GUID changes every time a server instance is created.  
Public PropertyUserNameGets or sets the username used to access the server.  
Top
See Also

Reference

Server Class
MVPSI.JAMS Namespace