AppendCancelled Property
Looks up a localized string similar to The file {0} must be checked out before changes can be made..
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 AppendCancelled As String
Get
'Usage
Dim value As String
value = SqlPackageResource.AppendCancelled
public static string AppendCancelled { get; }
public:
static property String^ AppendCancelled {
String^ get ();
}
static member AppendCancelled : string
static function get AppendCancelled () : String
Property Value
Type: System..::..String