PropertyMetaIsAssigned Method |
Determines if the property instance is assigned by JSON deserializer
Namespace: Jeneva.ImplAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public bool IsAssigned(
Dtobase target
)
Public Function IsAssigned (
target As Dtobase
) As Boolean
Parameters
- target
- Type: JenevaDtobase
object instance
Return Value
Type:
Booleantrue if assigned
See Also