Share via


DatabasePropertyPageDefinition.IsConfigDependent Property

Gets a value that indicates whether these properties are dependent on the project configuration.

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

Syntax

'Declaration
Public ReadOnly Property IsConfigDependent As Boolean
public bool IsConfigDependent { get; }
public:
virtual property bool IsConfigDependent {
    bool get () sealed;
}
abstract IsConfigDependent : bool
override IsConfigDependent : bool
final function get IsConfigDependent () : boolean

Property Value

Type: System.Boolean

Implements

IDatabaseProjectPropertyPageDefinition.IsConfigDependent

.NET Framework Security

See Also

Reference

DatabasePropertyPageDefinition Class

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