DatabaseProjectConfigurationExtender.GetConfigurationProperty-Methode

Ruft eine Projektkonfigurationseigenschaft ab.

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

Syntax

'Declaration
Protected Function GetConfigurationProperty ( _
    propertyName As String _
) As String
protected string GetConfigurationProperty(
    string propertyName
)
protected:
String^ GetConfigurationProperty(
    String^ propertyName
)
member GetConfigurationProperty : 
        propertyName:string -> string 
protected function GetConfigurationProperty(
    propertyName : String
) : String

Parameter

Rückgabewert

Typ: System.String
Der Wert der Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseProjectConfigurationExtender Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace