'Declaration<NotNullAttribute()> Public Operator +( _ ByVal browsePath As BrowsePath, _ ByVal name As String _ ) As BrowsePath
'Usage
 
            [NotNull()] public BrowsePath operator +( BrowsePath browsePath, string name )
[NotNull()] public: BrowsePath^ operator +( BrowsePath^ browsePath, String^ name )
Parameters
- browsePath
 - The browse path.
 - name
 - The browse name to be appended to the browse path.