Share via


DatabaseProjectConfigurationExtender.SetConfigurationProperty Method

Sets 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 Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String, _
    raiseEvents As EventPropagation _
)
'Usage
Dim propertyName As String
Dim propertyValue As String
Dim raiseEvents As EventPropagation

Me.SetConfigurationProperty(propertyName, _
    propertyValue, raiseEvents)
protected void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    EventPropagation raiseEvents
)
protected:
void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    EventPropagation raiseEvents
)
protected function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    raiseEvents : EventPropagation
)
member SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:EventPropagation -> unit 

Parameters

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

.NET Framework Security

See Also

Reference

DatabaseProjectConfigurationExtender Class

DatabaseProjectConfigurationExtender Members

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