Determines whether the Context subject is secure or not.
[ColumnAttribute(DbType="Bit NOT NULL", Storage="_Secure")]
public bool Secure {get; set;}
'Declaration
<ColumnAttribute(DbType="Bit NOT NULL", Storage="_Secure")>
Public Property Secure As Boolean
'Usage
Dim instance As CCOWSubject
Dim value As Boolean
instance.Secure = value
value = instance.Secure
[ColumnAttribute(DbType="Bit NOT NULL", Storage="_Secure")]
public:
property bool Secure {
bool get();
void set ( bool value);
}
Property Value
True if the subject is secure; otherwise it is false.