EngineServerName Property |
Gets the name of the server.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static string ServerName { get; }
Public Shared ReadOnly Property ServerName As String
Get
public:
static property String^ ServerName {
String^ get ();
}
static member ServerName : string with get
Property Value
Type:
StringThe name of the server.
See Also