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 > AuthenticationData Class : Data Property |
[ColumnAttribute(DbType="NText", UpdateCheck=UpdateCheck.Never, Storage="_Data")] public string Data {get; set;}
'Declaration
<ColumnAttribute(DbType="NText", UpdateCheck=UpdateCheck.Never, Storage="_Data")> Public Property Data As String
'Usage
Dim instance As AuthenticationData Dim value As String instance.Data = value value = instance.Data
[ColumnAttribute(DbType="NText", UpdateCheck=UpdateCheck.Never, Storage="_Data")] public: property String^ Data { String^ get(); void set ( String^ value); }