MapFeatureDescriptor.Kind Property

Definition

The kind of feature; use this to know which derived class to use.

public:
 property LearningModelFeatureKind Kind { LearningModelFeatureKind get(); };
LearningModelFeatureKind Kind();
public LearningModelFeatureKind Kind { get; }
var learningModelFeatureKind = mapFeatureDescriptor.kind;
Public ReadOnly Property Kind As LearningModelFeatureKind

Property Value

The kind of feature.

Implements

Remarks

Windows Server

To use this API on Windows Server, you must use Windows Server 2019 with Desktop Experience.

Thread safety

This API is thread-safe.

Applies to