DataPA Enterprise Dashboard Controls 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
Syntax
| C# | 
|---|
| public string SetupCRC { get; set; } | 
| Visual Basic | 
|---|
| Public Property SetupCRC As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property String^ SetupCRC {
	String^ get () sealed;
	void set (String^ value) sealed;
} | 
Return Value
Type: 
StringA value that identifies the last saved time and size for the setup files.
Remarks
 See Also
See Also