IDatabaseProjectConfiguration.SetConfigurationProperty Method
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
Sub SetConfigurationProperty ( _
propertyName As String, _
propertyValue As String, _
raiseEvents As EventPropagation _
)
'Usage
Dim instance As IDatabaseProjectConfiguration
Dim propertyName As String
Dim propertyValue As String
Dim raiseEvents As EventPropagation
instance.SetConfigurationProperty(propertyName, _
propertyValue, raiseEvents)
void SetConfigurationProperty(
string propertyName,
string propertyValue,
EventPropagation raiseEvents
)
void SetConfigurationProperty(
String^ propertyName,
String^ propertyValue,
EventPropagation raiseEvents
)
function SetConfigurationProperty(
propertyName : String,
propertyValue : String,
raiseEvents : EventPropagation
)
abstract SetConfigurationProperty :
propertyName:string *
propertyValue:string *
raiseEvents:EventPropagation -> unit
Parameters
- propertyName
Type: System.String
The name of the property
- propertyValue
Type: System.String
The new value for the property
- raiseEvents
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.EventPropagation
Specifies whether the system should raise events
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectConfiguration Interface
IDatabaseProjectConfiguration Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace