DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets the server lock code
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public string ServerLockCode { get; set; } | 
| Visual Basic | 
|---|
| Public Property ServerLockCode As String
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property String^ ServerLockCode {
	String^ get () sealed;
	void set (String^ value) sealed;
} | 
Property Value
Type: 
StringThe server lock code
Return Value
Type: 
StringThe server lock code
Remarks
 See Also
See Also