DatabaseProjectConfig.SetConfigurationProperty Method

Override. Sets a project property.

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

Syntax

'Declaration
Public Overrides Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String, _
    raiseEvents As EventPropagation _
)
'Usage
Dim instance As DatabaseProjectConfig
Dim propertyName As String
Dim propertyValue As String
Dim raiseEvents As EventPropagation

instance.SetConfigurationProperty(propertyName, _
    propertyValue, raiseEvents)
public override void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    EventPropagation raiseEvents
)
public:
virtual void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    EventPropagation raiseEvents
) override
public override function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    raiseEvents : EventPropagation
)
abstract SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:EventPropagation -> unit 
override SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:EventPropagation -> unit 

Parameters

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

Implements

IDatabaseProjectConfiguration.SetConfigurationProperty(String, String, EventPropagation)

.NET Framework Security

See Also

Reference

DatabaseProjectConfig Class

DatabaseProjectConfig Members

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