Share via


ISql90Certificate.ExistingKeysFilePath Property

Gets or sets an existing keys file path.

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

Syntax

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

value = instance.ExistingKeysFilePath

instance.ExistingKeysFilePath = value
string ExistingKeysFilePath { get; set; }
property String^ ExistingKeysFilePath {
    String^ get ();
    void set (String^ value);
}
function get ExistingKeysFilePath () : String
function set ExistingKeysFilePath (value : String)
abstract ExistingKeysFilePath : 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