DatabaseProjectConfigurationExtender.SetConfigurationProperty Method

Sets 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 Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String, _
    raiseEvents As DatabaseProjectEventPropagation _
)
protected void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    DatabaseProjectEventPropagation raiseEvents
)
protected:
void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    DatabaseProjectEventPropagation raiseEvents
)
member SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:DatabaseProjectEventPropagation -> unit 
protected function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    raiseEvents : DatabaseProjectEventPropagation
)

Parameters

  • propertyValue
    Type: System.String
    The new value of the property.

.NET Framework Security

See Also

Reference

DatabaseProjectConfigurationExtender Class

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