'Declaration Public Overloads Function Contains( _ ByVal resultPropertyName As String _ ) As Boolean
'Usage Dim instance As StatFunctionCollection Dim resultPropertyName As String Dim value As Boolean value = instance.Contains(resultPropertyName)
public bool Contains( string resultPropertyName )
Parameters
- resultPropertyName
- The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be $$NULL$ or empty.
Return Value
true if the statistical function with the specified result property name is contained in the collection; false otherwise.