SomeSecurable Property

Looks up a localized string similar to SomeSecurable.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace