Share via


IDatabaseProjectPropertyPageDefinition.IsConfigDependent Property

Gets or sets a value that indicates whether these properties are dependent on the build configuration.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
ReadOnly Property IsConfigDependent As Boolean
bool IsConfigDependent { get; }
property bool IsConfigDependent {
    bool get ();
}
abstract IsConfigDependent : bool
function get IsConfigDependent () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IDatabaseProjectPropertyPageDefinition Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace