DataPA Enterprise Dashboard Controls API Reference
Gets a value that identifies the last saved time and size for the setup files.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

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: String
A 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