Share via


DatabaseProjectConfig.SetConfigurationProperty Method (String, String, DatabaseProjectEventPropagation)

This class and its members are reserved for internal use and are not intended to be used in your code.

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

Syntax

'Declaration
Public Overrides Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String, _
    raiseEvents As DatabaseProjectEventPropagation _
)
public override void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    DatabaseProjectEventPropagation raiseEvents
)
public:
virtual void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    DatabaseProjectEventPropagation raiseEvents
) override
abstract SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:DatabaseProjectEventPropagation -> unit 
override SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:DatabaseProjectEventPropagation -> unit 
public override function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    raiseEvents : DatabaseProjectEventPropagation
)

Parameters

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

Implements

IDatabaseProjectConfiguration.SetConfigurationProperty(String, String, DatabaseProjectEventPropagation)

.NET Framework Security

See Also

Reference

DatabaseProjectConfig Class

SetConfigurationProperty Overload

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