Share via


ISql90Certificate.NewKeyExpireDate Property

Gets or sets the new key expiration date.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property NewKeyExpireDate As String
    Get
    Set
'Usage
Dim instance As ISql90Certificate
Dim value As String

value = instance.NewKeyExpireDate

instance.NewKeyExpireDate = value
string NewKeyExpireDate { get; set; }
property String^ NewKeyExpireDate {
    String^ get ();
    void set (String^ value);
}
function get NewKeyExpireDate () : String
function set NewKeyExpireDate (value : String)
abstract NewKeyExpireDate : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90Certificate Interface

ISql90Certificate Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace