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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectPropertyPageDefinition Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace