C#
VB
C++
Gets or sets the configuration name.
[ColumnAttribute(DbType="NVarChar(100) NOT NULL", IsPrimaryKey=true, CanBeNull=false, Storage="_Name")]
public string Name { get; set; }
<ColumnAttribute(DbType:="NVarChar(100) NOT NULL", IsPrimaryKey:=true, CanBeNull:=false, Storage:="_Name")> _
Public Overridable Property Name() As System.String
Get
Set
public: [ColumnAttribute(DbType=L"NVarChar(100) NOT NULL", IsPrimaryKey=true, CanBeNull=false, Storage=L"_Name")]
virtual property System.String^ Name
{
System.String^ get()
System::Void set(System.String^ value)
}
The configuration name.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET