Gets or sets RowId which corresponds to row number in CA database.
Namespace:
PKI.CertificateServices.DB
Assembly:
PKI.Core (in PKI.Core.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic int RowId { get; set; }
Public Property RowId As Integer
Get
Set
public:
property int RowId {
int get ();
void set (int value);
}
member RowId : int with get, set
Property Value
Type:
Int32
See Also