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