ServerExplorer_SubroutineParameterInputLabel Property

Looks up a localized string similar to Input.

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_SubroutineParameterInputLabel As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace