| QueryEventArgsBaseTDataCount Property |
Gets the count requested
Namespace:
SanteDB.Core.Event
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public int? Count { get; set; }
Public Property Count As Integer?
Get
Set
public:
property Nullable<int> Count {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Count : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also