Dela via


ISql90ContractMessageSpecifier.IsDefault Property

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

Syntax

'Declaration
Property IsDefault As Boolean
'Usage
Dim instance As ISql90ContractMessageSpecifier 
Dim value As Boolean 

value = instance.IsDefault

instance.IsDefault = value
bool IsDefault { get; set; }
property bool IsDefault {
    bool get ();
    void set (bool value);
}
function get IsDefault () : boolean 
function set IsDefault (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90ContractMessageSpecifier Interface

ISql90ContractMessageSpecifier Members

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