CmdVariableFilesDialog_SourceInfoAccName Property

Looks up a localized string similar to Source.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace