Bagikan melalui


DatabaseProjectConfigurationExtender.GetConfigurationProperty Method

Gets a project configuration property.

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

Parameters

Return Value

Type: System.String
The value of the property

.NET Framework Security

See Also

Reference

DatabaseProjectConfigurationExtender Class

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