TrackingStringDictionaryKeys Property |
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public List<string> Keys { get; }
Public ReadOnly Property Keys As List(Of String)
Get
public:
property List<String^>^ Keys {
List<String^>^ get ();
}
member Keys : List<string> with get
Property Value
Type:
ListStringSee Also