DatabaseProjectConfigurationExtender.SetConfigurationProperty Method
Sets a project configuration property.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Sub SetConfigurationProperty ( _
propertyName As String, _
propertyValue As String, _
raiseEvents As DatabaseProjectEventPropagation _
)
protected void SetConfigurationProperty(
string propertyName,
string propertyValue,
DatabaseProjectEventPropagation raiseEvents
)
protected:
void SetConfigurationProperty(
String^ propertyName,
String^ propertyValue,
DatabaseProjectEventPropagation raiseEvents
)
member SetConfigurationProperty :
propertyName:string *
propertyValue:string *
raiseEvents:DatabaseProjectEventPropagation -> unit
protected function SetConfigurationProperty(
propertyName : String,
propertyValue : String,
raiseEvents : DatabaseProjectEventPropagation
)
Parameters
- propertyName
Type: System.String
The name of the property.
- propertyValue
Type: System.String
The new value of the property.
- raiseEvents
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectEventPropagation
Determines whether the system will raise events when the property value is set.
.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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace