ISuggestedAction2.DisplayTextSuffix 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.
Gets the localized text representing a suffix to be added to the DisplayText.
public:
property System::String ^ DisplayTextSuffix { System::String ^ get(); };
public:
property Platform::String ^ DisplayTextSuffix { Platform::String ^ get(); };
public string DisplayTextSuffix { get; }
member this.DisplayTextSuffix : string
Public ReadOnly Property DisplayTextSuffix As String