SpeechRecognitionVoiceCommandDefinitionConstraint.Tag Property

Definition

Gets or sets a tag that can be useful for identifying the constraint.

public:
 property Platform::String ^ Tag { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Tag();

void Tag(winrt::hstring value);
public string Tag { get; set; }
var string = speechRecognitionVoiceCommandDefinitionConstraint.tag;
speechRecognitionVoiceCommandDefinitionConstraint.tag = string;
Public Property Tag As String

Property Value

String

Platform::String

winrt::hstring

A string representing the tag.

Implements

Tag

Applies to

See also