ServerExplorer_SubroutineParameterInputReadOnlyLabel Property

Looks up a localized string similar to Input/ReadOnly.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ServerExplorer_SubroutineParameterInputReadOnlyLabel As String
    Get
'Usage
Dim value As String

value = SqlPackageResource.ServerExplorer_SubroutineParameterInputReadOnlyLabel
public static string ServerExplorer_SubroutineParameterInputReadOnlyLabel { get; }
public:
static property String^ ServerExplorer_SubroutineParameterInputReadOnlyLabel {
    String^ get ();
}
static member ServerExplorer_SubroutineParameterInputReadOnlyLabel : string
static function get ServerExplorer_SubroutineParameterInputReadOnlyLabel () : String

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace