KnownAdaptiveNotificationHints.MaxLines 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 a string representation of the max-lines hint for adaptive notifications.
public:
static property Platform::String ^ MaxLines { Platform::String ^ get(); };
static winrt::hstring MaxLines();
public static string MaxLines { get; }
var string = KnownAdaptiveNotificationHints.maxLines;
Public Shared ReadOnly Property MaxLines As String
Property Value
The string representation of the max-lines hint.