Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SerializationInfo::IsFullTypeNameSetExplicit Property

.NET Framework (current version)
 

Gets whether the full type name has been explicitly set.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool IsFullTypeNameSetExplicit {
	bool get();
}

Property Value

Type: System::Boolean

True if the full type name has been explicitly set; otherwise false.

.NET Framework
Available since 4.0
Return to top
Show: