GadgetPreferences Property |
The gadget's preferences
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Dictionary<string, string> Preferences { get; }
Public ReadOnly Property Preferences As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Preferences {
Dictionary<String^, String^>^ get ();
}
member Preferences : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
String
See Also