  | ManagerResponseAttributes Property  | 
                Store all unknown (without setter) keys from manager event.
                Use in default Parse method [!:Parse(string key, string value)].
            
 
Namespace: AsterNET.Manager.ResponseAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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, 
String
See Also