| ManagerEventAttributes Property |
Store all unknown (without setter) keys from manager event.
Use in default Parse method [!:Parse(string key, string value)].
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Dictionary<string, string> Attributes { get; }
Public ReadOnly Property Attributes As Dictionary(Of String, String)
Get
public:
virtual property Dictionary<String^, String^>^ Attributes {
Dictionary<String^, String^>^ get () sealed;
}
abstract Attributes : Dictionary<string, string> with get
override Attributes : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also