'Declaration
<NotNullAttribute()> Public ReadOnly Property IncludeMessageText As List(Of String)
[NotNull()] public List<string> IncludeMessageText {get;}
[NotNull()] public: property List<String^>^ IncludeMessageText { List<String^>^ get(); }
'Declaration
<NotNullAttribute()> Public ReadOnly Property IncludeMessageText As List(Of String)
[NotNull()] public List<string> IncludeMessageText {get;}
[NotNull()] public: property List<String^>^ IncludeMessageText { List<String^>^ get(); }