Share via


ProjectConfig.GetConfigurationProperty Method

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

Syntax

'Declaration
Public Function GetConfigurationProperty ( _
    propertyName As String, _
    resetCache As Boolean, _
    evaluation As PropertyValueType _
) As String
'Usage
Dim instance As ProjectConfig
Dim propertyName As String
Dim resetCache As Boolean
Dim evaluation As PropertyValueType
Dim returnValue As String

returnValue = instance.GetConfigurationProperty(propertyName, _
    resetCache, evaluation)
public string GetConfigurationProperty(
    string propertyName,
    bool resetCache,
    PropertyValueType evaluation
)
public:
String^ GetConfigurationProperty(
    String^ propertyName, 
    bool resetCache, 
    PropertyValueType evaluation
)
public function GetConfigurationProperty(
    propertyName : String, 
    resetCache : boolean, 
    evaluation : PropertyValueType
) : String
member GetConfigurationProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:PropertyValueType -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ProjectConfig Class

ProjectConfig Members

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