Share via


ActivationSignalDetectionConfiguration.GetModelDataType Method

Definition

Overloads

GetModelDataType()

Gets the model configuration data type (specific to a signal detector).

Important

To avoid possible concurrency issues, we recommend using GetModelDataTypeAsync instead.

GetModelDataType()

Gets the model configuration data type (specific to a signal detector).

Important

To avoid possible concurrency issues, we recommend using GetModelDataTypeAsync instead.

public:
 virtual Platform::String ^ GetModelDataType() = GetModelDataType;
winrt::hstring GetModelDataType();
public string GetModelDataType();
function getModelDataType()
Public Function GetModelDataType () As String

Returns

String

Platform::String

winrt::hstring

The configuration data type, or null if no data exists.

See also

Applies to