Gets or sets the full name of the Type to serialize.
[Visual Basic] Public Property FullTypeName As String [C#] public string FullTypeName {get; set;} [C++] public: __property String* get_FullTypeName(); public: __property void set_FullTypeName(String*); [JScript] public function get FullTypeName() : String; public function set FullTypeName(String);
The full name of the type to serialize.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value this property is set to is a null reference (Nothing in Visual Basic). |
The FullTypeName is the same as what would be returned by calling the FullName on Type. This is the type name the formatter uses when serializing type information for this object.
Users who are changing the type to serialize (for example, to send a proxy for a particular type) will want to set the value of this property.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
SerializationInfo Class | SerializationInfo Members | System.Runtime.Serialization Namespace