Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.Server.Data Namespace > CCOWSubjectItems Class : Name Property |
[ColumnAttribute(DbType="NVarChar(255)", Storage="_Name")] public string Name {get; set;}
'Declaration
<ColumnAttribute(DbType="NVarChar(255)", Storage="_Name")> Public Property Name As String
'Usage
Dim instance As CCOWSubjectItems Dim value As String instance.Name = value value = instance.Name
[ColumnAttribute(DbType="NVarChar(255)", Storage="_Name")] public: property String^ Name { String^ get(); void set ( String^ value); }