Interactable.VoiceCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This string keyword is the voice command that will fire a click on this Interactable.
public:
property System::String ^ VoiceCommand { System::String ^ get(); void set(System::String ^ value); };
public string VoiceCommand { get; set; }
member this.VoiceCommand : string with get, set
Public Property VoiceCommand As String