ServerSecuritySetupCRC Property |
|
DataPA OpenAnalytics API Reference
Gets a value that identifies the last saved time and size for the setup files.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SetupCRC { get; set; }
Public Property SetupCRC As String
Get
Set
public:
virtual property String^ SetupCRC {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SetupCRC();
function set_SetupCRC(value);
Return Value
Type:
StringA value that identifies the last saved time and size for the setup files.
Remarks Value is used on the server to identify if and when the setup files have been overwritten by another process.
See Also