| MvValueAsRef Method |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual MvRef AsRef(
bool direct = false,
MvRef def = null
)
Public Overridable Function AsRef (
Optional direct As Boolean = false,
Optional def As MvRef = Nothing
) As MvRef
public:
virtual MvRef AsRef(
bool direct = false,
MvRef def = nullptr
)
Parameters
- direct (Optional)
- Type: SystemBoolean
If true, an exact type match is required. - def (Optional)
- Type: RW.Server.ComponentMvRef
The default result.
Return Value
Type:
MvRef
If the match is exact, the contained value. Otherwise, and if
an exact type match is not required:
If the type is user-defined, the result of
AsUserValue.AsRef(c).
See Also