AdcsDbColumnSchemaIsIndexed Property |
Indicates whether the column is indexed for faster column value search.
Namespace:
SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool IsIndexed { get; }
Public ReadOnly Property IsIndexed As Boolean
Get
public:
property bool IsIndexed {
bool get ();
}
member IsIndexed : bool with get
Property Value
Type:
BooleanSee Also