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