Share via


DatabaseProjectConfigurationExtender.GetConfigurationProperty Method

Gets a project configuration property.

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

Syntax

'Declaration
Protected Function GetConfigurationProperty ( _
    propertyName As String _
) As String
'Usage
Dim propertyName As String
Dim returnValue As String

returnValue = Me.GetConfigurationProperty(propertyName)
protected string GetConfigurationProperty(
    string propertyName
)
protected:
String^ GetConfigurationProperty(
    String^ propertyName
)
protected function GetConfigurationProperty(
    propertyName : String
) : String
member GetConfigurationProperty : 
        propertyName:string -> string 

Parameters

  • propertyName
    Type: System.String
    Specifies the name of the property

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

DatabaseProjectConfigurationExtender Class

DatabaseProjectConfigurationExtender Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace