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
- propertyName
Type: System.String
The property name
- propertyValue
Type: System.String
The new value for the property
- raiseEvents
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.EventPropagation
Specifies whether the system raises 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
DatabaseProjectConfigurationExtender Class
DatabaseProjectConfigurationExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders Namespace