Click or drag to resize

IServerBase Interface

Base interface of server.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface IServerBase

The IServerBase type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
Get or set the connection string to the server.
Public propertyDescription
Get or set a description for the server.
Public propertyGuid
Get or set the GUID of the server.
Public propertyIsDisabled
Get or set the server status of the server.
Public propertyName
Get or set the name of the server.
Top
Remarks
Common part with the final interface and the POCO.
See Also