| MvKeyValueTableEmpty Property |
Gets a value indicating if this table contains key-value
mappings.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual bool Empty { get; }
Public Overridable ReadOnly Property Empty As Boolean
Get
public:
virtual property bool Empty {
bool get ();
}
Property Value
Type:
Booleantrue if this table contains no key-value mappings
and
false if it does.
See Also