AdvancedFind..::..Id Property
Gets or sets the identifier.
Namespace:
RingSoft.DbLookup.AdvancedFindAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
[RequiredAttribute] [KeyAttribute] public int Id { get; set; }
<RequiredAttribute> _ <KeyAttribute> _ Public Property Id As Integer Get Set
[RequiredAttribute] [KeyAttribute] public: property int^ Id { int^ get (); void set (int^ value); }