 | SerializableDictionaryTKey, TValueItemElementName Property |
Xml element name for items in dictionary.
Namespace: Slash.Serialization.XmlAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic string ItemElementName { get; set; }
Public Property ItemElementName As String
Get
Set
public:
property String^ ItemElementName {
String^ get ();
void set (String^ value);
}
member ItemElementName : string with get, set
Property Value
Type:
String
See Also