Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
DatabasePropertyPageDefinition Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace