ErrorInvalidFileName Property

Looks up a localized string similar to File and folder paths cannot: - be empty strings - be system reserved names, including 'CON', 'AUX', PRN', 'COM1', or 'LPT2' - contain only '.' - have any of the following characters: \ / : * ? " < > |.

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

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

Property Value

Type: System..::..String

See Also

Reference

SqlPackageResource Class

Microsoft.VisualStudio.Data.Tools.Package Namespace