EncryptedColumn Property
Syntax
[DebuggerNonUserCodeAttribute()]
public DataColumn EncryptedColumn { get; }
<DebuggerNonUserCodeAttribute()>
Public ReadOnly Property EncryptedColumn() As System.Data.DataColumn
Get
public:
[DebuggerNonUserCodeAttribute]
property System::Data::DataColumn^ EncryptedColumn
{
System::Data::DataColumn^ get()
}
Property Value
The System.Data.DataColumn that represents the table Encrypted column.