DataPA Enterprise Dashboard Controls API Reference 
        
 Gets the Enterprise License Expiry Date that has been applied to this server.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public DateTime EnterpriseExpiryDate { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property EnterpriseExpiryDate As DateTime
	Get | 
| Visual C++ | 
|---|
| public:
virtual property DateTime EnterpriseExpiryDate {
	DateTime get () sealed;
} | 
Return Value
Type: 
DateTimeThe Enterprise License Expiry Date that has been applied to this server.
Remarks
 See Also
See Also