'Declaration<NotNullAttribute()> Public Shared Function Add( _ ByVal browsePath As BrowsePath, _ ByVal name As String _ ) As BrowsePath
'UsageDim browsePath As BrowsePath Dim name As String Dim value As BrowsePath value = BrowsePath.Add(browsePath, name)
[NotNull()] public static BrowsePath Add( BrowsePath browsePath, string name )
[NotNull()] public: static BrowsePath^ Add( BrowsePath^ browsePath, String^ name )
Parameters
- browsePath
 - The browse path.
 - name
 - The browse name to be appended to the browse path.