OADeploymentConfigurationEditor.GetProperty Method

Returns the current value of the property as stored in the editor.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public Function GetProperty ( _
    propertyName As String _
) As String
'Usage
Dim instance As OADeploymentConfigurationEditor
Dim propertyName As String
Dim returnValue As String

returnValue = instance.GetProperty(propertyName)
public string GetProperty(
    string propertyName
)
public:
String^ GetProperty(
    String^ propertyName
)
public function GetProperty(
    propertyName : String
) : String
member GetProperty : 
        propertyName:string -> string 

Parameters

  • propertyName
    Type: System.String
    The name of the property to retrieve

Return Value

Type: System.String

Remarks

If the editor is not yet saved, then this represents the in-memory value.

.NET Framework Security

See Also

Reference

OADeploymentConfigurationEditor Class

OADeploymentConfigurationEditor Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace