DatabaseFingerprintGuid Property
|
Property that uniquely identifies a database.
FINGERPRINTGUID is set when the database is created. This property
corresponds to the FINGERPRINTGUID system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public string FingerprintGuid { get; set; }
Public Property FingerprintGuid As String
Get
Set
public:
property String^ FingerprintGuid {
String^ get ();
void set (String^ value);
}
member FingerprintGuid : string with get, set
Property Value
String
See Also