Share via


ISql90AsymmetricKey.ExecutableFile Property

Gets or sets the executable file.

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

Syntax

'Declaration
Property ExecutableFile As String
    Get
    Set
'Usage
Dim instance As ISql90AsymmetricKey
Dim value As String

value = instance.ExecutableFile

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

Property Value

Type: System.String
Returns a string that contains the executable file.

.NET Framework Security

See Also

Reference

ISql90AsymmetricKey Interface

ISql90AsymmetricKey Members

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