SV_Property_Category_ReturnValue Property

Looks up a localized string similar to Return Value.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace