UnmanagedDocumentDescription Property

Looks up a localized string similar to The document is no longer associated with the database. Reload the designer from the Server Explorer to view the table definition..

Namespace:  Microsoft.Data.Relational.Design.Table
Assembly:  Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)

Syntax

'Declaration
Public Shared ReadOnly Property UnmanagedDocumentDescription As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

WatermarkResources Class

Microsoft.Data.Relational.Design.Table Namespace