 | CollectionDtoCurrent Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Current { get; set; }
Public Property Current As Boolean
Get
Set
public:
property bool Current {
bool get ();
void set (bool value);
}
member Current : bool with get, set
Property Value
Type:
Boolean
See Also