'Declaration
<CanBeNullAttribute()> Function TryAssign( _ ByVal absolute As String _ ) As StringParsingError
'Usage
Dim instance As _BrowsePath Dim absolute As String Dim value As StringParsingError value = instance.TryAssign(absolute)
[CanBeNull()] StringParsingError TryAssign( string absolute )
[CanBeNull()] StringParsingError^ TryAssign( String^ absolute )
Parameters
- absolute
- The absolute browse path string to be assigned to the current browse path object.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
null
if successful; otherwise, some OpcLabs.BaseLib.IStringParsingError indicating the reason of the failure.
This method can return null
(Nothing
in Visual Basic).