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 > CCOWApplication Class : Suffix Property |
[ColumnAttribute(DbType="NVarChar(256)", Storage="_Suffix")] public string Suffix {get; set;}
'Declaration
<ColumnAttribute(DbType="NVarChar(256)", Storage="_Suffix")> Public Property Suffix As String
'Usage
Dim instance As CCOWApplication Dim value As String instance.Suffix = value value = instance.Suffix
[ColumnAttribute(DbType="NVarChar(256)", Storage="_Suffix")] public: property String^ Suffix { String^ get(); void set ( String^ value); }