ApplicationInfoServerFingerprint Property  | 
 Gets a string which uniquely identifies the server on which the application is running.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string ServerFingerprint { get; }Public ReadOnly Property ServerFingerprint As String
	Get
public:
property String^ ServerFingerprint {
	String^ get ();
}member ServerFingerprint : string with get
Property Value
Type: 
String
See Also