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