'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.
Return Value
Returns
null
if successful; otherwise, some OpcLabs.BaseLib.IStringParsingError indicating the reason of the failure.