Encrypted Property
Summary
Gets or sets the value of the Encrypted column for this row.
Syntax
[DebuggerNonUserCodeAttribute()]
public bool Encrypted { get; set; }
<DebuggerNonUserCodeAttribute()>
Public Property Encrypted() As Boolean
Get
Set
public:
[DebuggerNonUserCodeAttribute]
property bool Encrypted
{
bool get()
void set(bool value)
}
Property Value
The value of the Encrypted Date column for this row.