OADeploymentConfigurationEditor.SetProperty Method
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.Sql.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Public Function SetProperty ( _
propertyName As String, _
propertyValue As String _
) As Boolean
public bool SetProperty(
string propertyName,
string propertyValue
)
public:
bool SetProperty(
String^ propertyName,
String^ propertyValue
)
member SetProperty :
propertyName:string *
propertyValue:string -> bool
public function SetProperty(
propertyName : String,
propertyValue : String
) : boolean
Parameters
- propertyName
Type: System.String
The name of the property to set.
- propertyValue
Type: System.String
The new value for the property.
Return Value
Type: System.Boolean
.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
OADeploymentConfigurationEditor Class
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace