| MvValueAsHRef 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 HRef AsHRef(
bool direct = false,
HRef def = null
)
Public Overridable Function AsHRef (
Optional direct As Boolean = false,
Optional def As HRef = Nothing
) As HRef
public:
virtual HRef AsHRef(
bool direct = false,
HRef def = nullptr
)
Parameters
- direct (Optional)
- Type: SystemBoolean
If true, an exact type match is required. - def (Optional)
- Type: RW.Server.ComponentHRef
The default result.
Return Value
Type:
HRef
If the match is exact, the contained value.
See Also