ISql90AsymmetricKey.File Property

Gets or sets the file.

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

Syntax

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

value = instance.File

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90AsymmetricKey Interface

ISql90AsymmetricKey Members

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