AnalyticsEventProperties Property |
A dictionary of custom caller specifiable properties.
Namespace: Oracle.Cloud.Mobile.AnalyticsAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Dictionary<string, Object> Properties { get; }
Public ReadOnly Property Properties As Dictionary(Of String, Object)
Get
public:
property Dictionary<String^, Object^>^ Properties {
Dictionary<String^, Object^>^ get ();
}
member Properties : Dictionary<string, Object> with get
Property Value
Type:
DictionaryString,
Object
See Also