DatabaseProjectConfig.IDatabaseProjectConfiguration.GetConfigurationProperty Method

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

Syntax

'Declaration
Private Function GetConfigurationProperty ( _
    propertyName As String, _
    resetCache As Boolean, _
    evaluation As PropertyValueType _
) As String Implements IDatabaseProjectConfiguration.GetConfigurationProperty
'Usage
Dim instance As DatabaseProjectConfig
Dim propertyName As String
Dim resetCache As Boolean
Dim evaluation As PropertyValueType
Dim returnValue As String

returnValue = CType(instance, IDatabaseProjectConfiguration).GetConfigurationProperty(propertyName, _
    resetCache, evaluation)
string IDatabaseProjectConfiguration.GetConfigurationProperty(
    string propertyName,
    bool resetCache,
    PropertyValueType evaluation
)
private:
virtual String^ GetConfigurationProperty(
    String^ propertyName, 
    bool resetCache, 
    PropertyValueType evaluation
) sealed = IDatabaseProjectConfiguration::GetConfigurationProperty
JScript does not support explicit interface implementations.
private abstract GetConfigurationProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:PropertyValueType -> string 
private override GetConfigurationProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:PropertyValueType -> string 

Parameters

Return Value

Type: System.String

Implements

IDatabaseProjectConfiguration.GetConfigurationProperty(String, Boolean, PropertyValueType)

.NET Framework Security

See Also

Reference

DatabaseProjectConfig Class

DatabaseProjectConfig Members

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