| KeyValuesValues Property |
Gets values.
Namespace:
Limilabs.Mail.PDI
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<string> Values { get; }
Public ReadOnly Property Values As List(Of String)
Get
public:
property List<String^>^ Values {
List<String^>^ get ();
}
member Values : List<string> with get
Property Value
Type:
ListStringSee Also