Returns the entry with the minimum value of the specified path.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public AggregationSet MinEntry( string path )
Public Function MinEntry ( _ path As String _ ) As AggregationSet
public: AggregationSet^ MinEntry( String^ path )
public AggregationSet MinEntry( String path )
Parameters
- path (String)
- Path to inspect
Return Value
Entry with minimum value