SerializationSectionGroup::DateTimeSerialization Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the object that represents the DateTime serialization configuration element.

Namespace:   System.Xml.Serialization.Configuration
Assembly:  System.Xml (in System.Xml.dll)

public:
[ConfigurationPropertyAttribute("dateTimeSerialization")]
property DateTimeSerializationSection^ DateTimeSerialization {
	DateTimeSerializationSection^ get();
}

Property Value

Type: System.Xml.Serialization.Configuration::DateTimeSerializationSection^

The DateTimeSerializationSection object that represents the configuration element.

.NET Framework
Available since 2.0
Return to top
Show: