Dela via


ISql90AsymmetricKey.File Property

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

Syntax

'Declaration
Property File As String
'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)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90AsymmetricKey Interface

ISql90AsymmetricKey Members

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