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