Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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