PropertyPageDefinition.IsConfigDependent Property

Gets whether these properties are dependent on the configuration.

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

Syntax

'Declaration
Public ReadOnly Property IsConfigDependent As Boolean
    Get
'Usage
Dim instance As PropertyPageDefinition
Dim value As Boolean

value = instance.IsConfigDependent
public bool IsConfigDependent { get; }
public:
virtual property bool IsConfigDependent {
    bool get () sealed;
}
final function get IsConfigDependent () : boolean
abstract IsConfigDependent : bool
override IsConfigDependent : bool

Property Value

Type: System.Boolean

Implements

IPropertyPageDefinition.IsConfigDependent

.NET Framework Security

See Also

Reference

PropertyPageDefinition Class

PropertyPageDefinition Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace