VASTXMLNodeattributes Property |
Namespace: Veeplay.vastAssembly: Veeplay (in Veeplay.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:
property Dictionary<String^, String^>^ attributes {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member attributes : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringSee Also