| MvValueAsHRef Method |
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public virtual HRef AsHRef(
bool direct = false,
HRef def = default
)
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 = HRef()
)
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