IDmMethod.Details

Fore Syntax

Details: IDmMethodDetails;

Fore.NET Syntax

Details: Prognoz.Platform.Interop.Ms.IDmMethodDetails;

Description

The Details property returns specific settings of the data mining method.

Comments

Depending on the IDmMethod.Kind property value, this property can be cast to one of the following interfaces:

Fore and Fore.NET Examples

The property use is given in the example for IDmMethod.Execute.

See also:

IDmMethod