SerializationInfo.IsFullTypeNameSetExplicit Property

Definition

Gets whether the full type name has been explicitly set.

public:
 property bool IsFullTypeNameSetExplicit { bool get(); };
public bool IsFullTypeNameSetExplicit { get; }
member this.IsFullTypeNameSetExplicit : bool
Public ReadOnly Property IsFullTypeNameSetExplicit As Boolean

Property Value

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

Applies to