Returns the entry with the maximum value of the specified path.
| C# | Visual Basic | Visual C++ | J# |
public AggregationSet MaxEntry( string path )
Public Function MaxEntry ( _ path As String _ ) As AggregationSet
public: AggregationSet^ MaxEntry( String^ path )
public AggregationSet MaxEntry( String path )
- path (String)
- Path to inspect
Entry with maximum value
