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
- propertyName
Type: System.String
The name of the property.
Return Value
Type: System.String
The value of the property
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectConfigurationExtender Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace