Share via


IDatabaseProjectConfiguration.SetConfigurationProperty Method (String, String, DatabaseProjectPropertyComparisonType, DatabaseProjectEventPropagation)

Sets a project property to the specified value.

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

Syntax

'Declaration
Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String, _
    comparisonType As DatabaseProjectPropertyComparisonType, _
    raiseEvents As DatabaseProjectEventPropagation _
)
void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    DatabaseProjectPropertyComparisonType comparisonType,
    DatabaseProjectEventPropagation raiseEvents
)
void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    DatabaseProjectPropertyComparisonType comparisonType, 
    DatabaseProjectEventPropagation raiseEvents
)
abstract SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        comparisonType:DatabaseProjectPropertyComparisonType * 
        raiseEvents:DatabaseProjectEventPropagation -> unit 
function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    comparisonType : DatabaseProjectPropertyComparisonType, 
    raiseEvents : DatabaseProjectEventPropagation
)

Parameters

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

.NET Framework Security

See Also

Reference

IDatabaseProjectConfiguration Interface

SetConfigurationProperty Overload

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