Returns the entry with the maximum value of the specified path.
Declaration Syntax
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 )
Parameters
- path (String)
- Path to inspect
Return Value
Entry with maximum value