OutputSourceFilesDescription Property

Looks up a localized string similar to Contains all source files in the project.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace