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

See Also

Reference

OADeploymentConfigurationEditor Class

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace