ColHeader_DataType Property
Looks up a localized string similar to Data Type.
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 ColHeader_DataType As String
Get
'Usage
Dim value As String
value = DesignerFrameResources.ColHeader_DataType
public static string ColHeader_DataType { get; }
public:
static property String^ ColHeader_DataType {
String^ get ();
}
static member ColHeader_DataType : string
static function get ColHeader_DataType () : String
Property Value
Type: System..::..String