OADeploymentConfigurationEditor.GetProperty 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 GetProperty ( _
    propertyName As String _
) As String
public string GetProperty(
    string propertyName
)
public:
String^ GetProperty(
    String^ propertyName
)
member GetProperty : 
        propertyName:string -> string 
public function GetProperty(
    propertyName : String
) : String

Parameters

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

Return Value

Type: System.String
The property value, or null if the property does not exist.

.NET Framework Security

See Also

Reference

OADeploymentConfigurationEditor Class

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